Skip to content

Commit

Permalink
removed conditional from docker script
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewmeyer committed Jul 26, 2017
1 parent 0e8b85a commit 39b4390
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker_build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env sh
if [ "$TRAVIS_BRANCH" == "master" ]; then
curl -H "Content-Type: application/json" --data '{"build": true}' -X POST https://registry.hub.docker.com/u/jakewmeyer/spacex-api/trigger/5e92e617-8b11-489f-a269-36ab24a4d7a5/;
fi

0 comments on commit 39b4390

Please sign in to comment.