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 3d68ca9 commit 67ffea5Copy full SHA for 67ffea5
.circleci/config.yml
@@ -47,12 +47,12 @@ jobs:
47
48
tag_is_on_master:
49
docker:
50
- - image: alpine:3.10
+ - image: alpine/git:1.0.7
51
steps:
52
- run:
53
name: Check that the tag being built is on master
54
command: |
55
- [ "$CIRCLE_BRANCH" = "master" ] && [ "" != "$CIRCLE_TAG" ]
+ [ "" != "$CIRCLE_TAG" ] && (git branch --contains "$CIRCLE_TAG" | grep -c master)
56
57
# When to run which job
58
workflows:
0 commit comments