Skip to content

Commit

Permalink
new build for supporting custom celery worker args as environment var…
Browse files Browse the repository at this point in the history
…iables and number of worker processes
  • Loading branch information
jay-johnson committed Jul 26, 2018
1 parent c7f4c8a commit e753447
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.4
- export USE_VERSION=1.3.5
- 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 e753447

Please sign in to comment.