Workaround for broken travis biicode deployment
This commit is contained in:
parent
a9897a3a1a
commit
3e343fda47
17
.travis.yml
17
.travis.yml
@ -15,10 +15,13 @@ before_script:
|
|||||||
script:
|
script:
|
||||||
- bii cpp:build --target messmer_cpp-utils_test_main -- -j2
|
- bii cpp:build --target messmer_cpp-utils_test_main -- -j2
|
||||||
- "./bin/messmer_cpp-utils_test_main"
|
- "./bin/messmer_cpp-utils_test_main"
|
||||||
deploy:
|
after_success:
|
||||||
provider: biicode
|
- bii user ${BII_USERNAME} -p ${BII_PASSWORD}
|
||||||
user: ${BII_USERNAME}
|
- bii publish
|
||||||
password:
|
#deploy:
|
||||||
secure: ${BII_PASSWORD}
|
# provider: biicode
|
||||||
on:
|
# user: ${BII_USERNAME}
|
||||||
branch: develop
|
# password:
|
||||||
|
# secure: ${BII_PASSWORD}
|
||||||
|
# on:
|
||||||
|
# branch: develop
|
||||||
|
Loading…
Reference in New Issue
Block a user