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 5112269 commit 3f507ccCopy full SHA for 3f507cc
test/integration/condition_int_test.go
@@ -140,7 +140,7 @@ scripts:
140
language: bash
141
standalone: true
142
value: echo "I exist"
143
- if: or (eq .OS.Architecture "") (Contains .OS.Architecture "64")
+ if: or (eq .OS.Architecture "") (Contains .OS.Architecture "64") (Contains .OS.Architecture "ARM")
144
- name: complex-false
145
146
0 commit comments