File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -30,3 +30,7 @@ deployd*
3030bin /
3131vendor /
3232* DS_Store
33+ coverage.txt
34+ default.etcd /
35+ etcd-v2.3.7-linux-amd64.tar.gz
36+ etcd-v2.3.7-linux-amd64 /
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ after_success:
3333- bash <(curl -s https://codecov.io/bash)
3434- xz -9k bin/deployd
3535- if [ "$TRAVIS_TAG" != "" ]; then
36- ossutil cp bin/deployd.xz oss://lain/binary/deployd/releases/download/${TRAVIS_TAG}/deployd.xz -e ${ENDPOINT } -i ${ACCESS_KEY_ID } -k ${ACCESS_KEY_SECRET };
36+ ossutil cp bin/deployd.xz oss://lain/binary/deployd/releases/download/${TRAVIS_TAG}/deployd.xz -f - e ${ALIYUN_OSS_ENDPOINT } -i ${ALIYUN_OSS_ACCESS_KEY_ID } -k ${ALIYUN_OSS_ACCESS_KEY_SECRET };
3737 fi
3838deploy :
3939 provider : releases
You can’t perform that action at this time.
0 commit comments