Skip to content

Commit f853832

Browse files
committed
ossutil cp -f
1 parent 160bdee commit f853832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ script:
1313
after_success:
1414
- xz -9k bin/networkd
1515
- if [ "$TRAVIS_TAG" != "" ]; then
16-
ossutil cp bin/networkd.xz oss://lain/binary/networkd/releases/download/${TRAVIS_TAG}/networkd.xz -e ${ENDPOINT} -i ${ACCESS_KEY_ID} -k ${ACCESS_KEY_SECRET};
16+
ossutil cp -f bin/networkd.xz oss://lain/binary/networkd/releases/download/${TRAVIS_TAG}/networkd.xz -e ${ENDPOINT} -i ${ACCESS_KEY_ID} -k ${ACCESS_KEY_SECRET};
1717
fi
1818
- bash <(curl -s https://codecov.io/bash)
1919
deploy:

0 commit comments

Comments
 (0)