We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a56a4 commit cc04f73Copy full SHA for cc04f73
.travis.yml
@@ -8,9 +8,9 @@ cache:
8
script:
9
- curl -L http://collection.b0.upaiyun.com/softwares/upx/upx-linux-amd64-v0.2.3 -o upx
10
- chmod a+x ./upx
11
- - ./upx login design-codeages gitlabci $UPYUN_PASSWORD
+ - ./upx login $UPYUN_BUCKET $UPYUN_USER $UPYUN_PASSWORD
12
- cd dist; ../upx put ./ ./
13
14
branches:
15
only:
16
- - master
+ - master
0 commit comments