Skip to content

Commit

Permalink
new base image build
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-johnson committed Aug 12, 2018
1 parent 507a697 commit b18b992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ script:
- python manage.py test

after_success:
- export USE_VERSION=1.3.9
- export USE_VERSION=1.3.10
- echo "Building Docker images with tag=${USE_VERSION}"
- echo "Test Success - Branch=${TRAVIS_BRANCH} Version=${USE_VERSION} Pull Request=${TRAVIS_PULL_REQUEST} Tag=${TRAVIS_TAG}"
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then echo -e "Push Container to Docker Hub"; fi
Expand Down

0 comments on commit b18b992

Please sign in to comment.