Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
G
Gzz Images
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Gzz Images
Commits
07b939ff
Commit
07b939ff
authored
Aug 29, 2020
by
Li Mi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加下载脚本
parent
c9724dc8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
.github/workflows/php-fpm.yml
.github/workflows/php-fpm.yml
+2
-2
sync-tool/auth.json
sync-tool/auth.json
+0
-0
sync-tool/tools.sh
sync-tool/tools.sh
+2
-0
No files found.
.github/workflows/php-fpm.yml
View file @
07b939ff
...
@@ -49,6 +49,6 @@ jobs:
...
@@ -49,6 +49,6 @@ jobs:
-
name
:
检出代码
-
name
:
检出代码
uses
:
actions/checkout@v2
uses
:
actions/checkout@v2
-
name
:
准备同步工具
-
name
:
准备同步工具
run
:
bash ./tools.sh
run
:
bash ./
sync-tool/
tools.sh
-
name
:
搬回国内
-
name
:
搬回国内
run
:
./image-syncer -r 3 --auth auth.json --images ./php-fpm/pter.yml
run
:
./image-syncer -r 3 --auth
./sync-tool/
auth.json --images ./php-fpm/pter.yml
auth.json
→
sync-tool/
auth.json
View file @
07b939ff
File moved
sync-tool/tools.sh
0 → 100644
View file @
07b939ff
#!/bin/bash
wget
-O
image-syncer https://github.com/gzzchh/image-syncer/releases/download/1.4.1/image-syncer
&&
chmod
+x image-syncer
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment