Skip to content

Commit bf54de9

Browse files
committed
new derived container version
1 parent ad6b2f1 commit bf54de9

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
@@ -61,7 +61,7 @@ script:
6161
- python manage.py test
6262

6363
after_success:
64-
- export USE_VERSION=1.1.2
64+
- export USE_VERSION=1.2.1
6565
- echo "Building Docker images with tag=${USE_VERSION}"
6666
- echo "Test Success - Branch=${TRAVIS_BRANCH} Version=${USE_VERSION} Pull Request=${TRAVIS_PULL_REQUEST} Tag=${TRAVIS_TAG}"
6767
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then echo -e "Push Container to Docker Hub"; fi

0 commit comments

Comments
 (0)