We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6b2f1 commit bf54de9Copy full SHA for bf54de9
.travis.yml
@@ -61,7 +61,7 @@ script:
61
- python manage.py test
62
63
after_success:
64
- - export USE_VERSION=1.1.2
+ - export USE_VERSION=1.2.1
65
- echo "Building Docker images with tag=${USE_VERSION}"
66
- echo "Test Success - Branch=${TRAVIS_BRANCH} Version=${USE_VERSION} Pull Request=${TRAVIS_PULL_REQUEST} Tag=${TRAVIS_TAG}"
67
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then echo -e "Push Container to Docker Hub"; fi
0 commit comments