Skip to content

Commit 39b4390

Browse files
committed
removed conditional from docker script
1 parent 0e8b85a commit 39b4390

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker_build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/usr/bin/env sh
2-
if [ "$TRAVIS_BRANCH" == "master" ]; then
32
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/;
4-
fi
3+

0 commit comments

Comments
 (0)