We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f9571 commit d40b98eCopy full SHA for d40b98e
.circleci/config.yml
@@ -53,7 +53,7 @@ jobs:
53
- run:
54
name: Check that the tag being built is on master
55
command: |
56
- [ "" != "$CIRCLE_TAG" ] && (git branch --contains "$CIRCLE_TAG" | grep -c master)
+ [ "" != "$CIRCLE_TAG" ] && (git branch -a --contains "$CIRCLE_TAG" | grep -c "remotes/origin/master")
57
58
# When to run which job
59
workflows:
0 commit comments