Skip to content

Commit

Permalink
ci: Remove DOCKER_HUB_REPONAME
Browse files Browse the repository at this point in the history
  • Loading branch information
achillesrasquinha committed Jan 15, 2019
1 parent 7cbf9e7 commit 884ea9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ env:
# Environment Variables - Travis CI
- PYPI_USERNAME = achillesrasquinha
- DOCKER_HUB_USERNAME = achillesrasquinha
- DOCKER_HUB_REPONAME = pipupgrade

# Environment Variables - Makefile
- ENVIRONMENT = test
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/bash/docker-deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if [[ "$TRAVIS_BRANCH" == "master" ]]; then
echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin
docker push "$DOCKER_HUB_REPONAME"
docker push "$DOCKER_HUB_USERNAME/$PROJECT"
fi

0 comments on commit 884ea9f

Please sign in to comment.