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 dfc389f commit acb3b95Copy full SHA for acb3b95
.cirrus.yml
@@ -41,8 +41,8 @@ task:
41
task:
42
macos_instance:
43
image: ghcr.io/cirruslabs/macos-runner:sonoma
44
- only_if: $CIRRUS_TAG != ''
45
- # only_if: "changesInclude('macosx-arm64/*', '.cirrus.yml')"
+ # only_if: $CIRRUS_TAG != ''
+ only_if: "changesInclude('macosx-arm64/*', '.cirrus.yml')"
46
script: |
47
git submodule init
48
git submodule update --init --recursive
@@ -66,4 +66,4 @@ task:
66
67
cd macosx-arm64
68
lein run
69
- lein deploy clojars
+ # lein deploy clojars
0 commit comments