Skip to content

Commit

Permalink
remove redundant things
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Oct 2, 2019
1 parent 16dba38 commit 9751020
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ script:
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- echo "PUSH HUB.DOCKER"
- docker push $IMAGE:$IMAGE_VERSION
- docker push $IMAGE:$CONTAINER_OUTPUT
- if [[ $TRAVIS_BRANCH == "master" ]]; then docker tag $IMAGE:$IMAGE_VERSION $IMAGE:latest && docker push $IMAGE:latest; fi
- echo "UPDATE README IN HUB.DOCKER"
- if [[ $TRAVIS_BRANCH == "master" ]]; then docker run --rm -v $(pwd):/data/ aemdesign/dockerhub-description "$DOCKER_USERNAME" "$DOCKER_PASSWORD" "$IMAGE"; fi
Expand Down

0 comments on commit 9751020

Please sign in to comment.