File tree Expand file tree Collapse file tree 2 files changed +17
-69
lines changed Expand file tree Collapse file tree 2 files changed +17
-69
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,20 @@ notifications:
44 email : false
55jobs :
66 include :
7- - go : 1.11 .x
8- stage : deploy
9- go_import_path : github.com/wzshiming/pic2ascii
10- install : skip
11- script : skip
12- before_deploy :
13- - BASENAME=pic2ascii ./ build_all.bash
14- deploy :
15- provider : releases
16- api_key : $CI_TOKEN
17- file_glob : true
18- file : release/*
19- skip_cleanup : true
20- on :
21- repo : wzshiming/pic2ascii
22- branch : master
23- tags : true
7+ - go : 1.13 .x
8+ stage : deploy
9+ go_import_path : github.com/wzshiming/pic2ascii
10+ install : skip
11+ script : skip
12+ before_deploy :
13+ - BASENAME=pic2ascii bash -c "$(curl -fsSL https://github.com/wzshiming/my-shell/raw/master/ build_all.bash)"
14+ deploy :
15+ provider : releases
16+ api_key : $CI_TOKEN
17+ file_glob : true
18+ file : release/*
19+ skip_cleanup : true
20+ on :
21+ repo : wzshiming/pic2ascii
22+ branch : master
23+ tags : true
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments