File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 57
57
- name : Find stackhpc tofu/terraform directory
58
58
# changed in https://github.com/stackhpc/ansible-slurm-appliance/pull/541
59
59
run : |
60
- echo STACKHPC_TF_DIR=$(find environments/.stackhpc/ -type d \( -name terraform -o -name tofu )) >> "$GITHUB_ENV"
60
+ echo STACKHPC_TF_DIR=$(find environments/.stackhpc/ -type d \( -name tofu -o -name terraform \ )) >> "$GITHUB_ENV"
61
61
62
62
- name : Override CI_CLOUD if PR label is present
63
63
if : ${{ github.event_name == 'pull_request' }}
@@ -187,13 +187,11 @@ jobs:
187
187
188
188
- name : Checkout current branch
189
189
uses : actions/checkout@v4
190
-
190
+
191
191
- name : Find stackhpc tofu/terraform directory
192
192
# changed in https://github.com/stackhpc/ansible-slurm-appliance/pull/541
193
193
run : |
194
- echo STACKHPC_TF_DIR=$(find environments/.stackhpc/ -type d -name tofu -o -type d -name terraform) >> "$GITHUB_ENV"
195
- # something about GH actions parsing eats \( \) type expressions
196
-
194
+ echo STACKHPC_TF_DIR=$(find environments/.stackhpc/ -type d \( -name tofu -o -name terraform \)) >> "$GITHUB_ENV"
197
195
198
196
- name : Reimage login and control nodes to image in current branch
199
197
id : reimage_non_compute
You can’t perform that action at this time.
0 commit comments