New updates to scripts for travis (#381)

This commit is contained in:
Jesus Federico
2019-02-26 09:34:51 -05:00
committed by GitHub
parent fff8a52cc2
commit 6ebdd43709
3 changed files with 6 additions and 2 deletions

View File

@ -31,6 +31,9 @@ build:
# Build.
- ./scripts/image_build.sh $CI_PROJECT_PATH $CI_COMMIT_REF_NAME $CI_COMMIT_SHA
only:
refs:
- branches
- tags
variables:
- $CD_DOCKER_USERNAME
- $CD_DOCKER_PASSWORD
@ -54,6 +57,7 @@ deploy:
only:
refs:
- branches
- tags
variables:
- $CD_DOCKER_USERNAME
- $CD_DOCKER_PASSWORD