Skip to content

Commit d40b98e

Browse files
author
Rami Chowdhury
committed
Use origin master
1 parent 68f9571 commit d40b98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- run:
5454
name: Check that the tag being built is on master
5555
command: |
56-
[ "" != "$CIRCLE_TAG" ] && (git branch --contains "$CIRCLE_TAG" | grep -c master)
56+
[ "" != "$CIRCLE_TAG" ] && (git branch -a --contains "$CIRCLE_TAG" | grep -c "remotes/origin/master")
5757
5858
# When to run which job
5959
workflows:

0 commit comments

Comments
 (0)