Skip to content

Commit

Permalink
bin
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Apr 6, 2018
1 parent d586933 commit 3fa456c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/bin/build-travis-images
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

MASTER=$(git rev-parse origin/master)
MASTER=$(git rev-parse master)

function docker_tag_exists() {
curl --silent -f -lSL https://index.docker.io/v1/repositories/$1/tags/$2 > /dev/null
Expand Down

0 comments on commit 3fa456c

Please sign in to comment.