Skip to content

Commit

Permalink
Will.IAM should not trigger WLS internal CD pipeline (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuscscp committed Jun 4, 2020
1 parent d2f0e1c commit b395900
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions push_to_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ main() {
docker tag will-iam "$DOCKER_HUB_REPO:$TRAVIS_TAG"
docker push "$DOCKER_HUB_REPO:$last_commit_sha"
docker push "$DOCKER_HUB_REPO:$TRAVIS_TAG"

curl -u "$TEST_FARM_USER:$TEST_FARM_TOKEN" -X POST "$TEST_FARM_URL&VERSION=$TRAVIS_TAG"
}

main "$@"

0 comments on commit b395900

Please sign in to comment.