Skip to content

Commit 8be9087

Browse files
committed
try to get workflow to update
1 parent f0cd48f commit 8be9087

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/stackhpc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,9 @@ jobs:
191191
- name: Find stackhpc tofu/terraform directory
192192
# changed in https://github.com/stackhpc/ansible-slurm-appliance/pull/541
193193
run: |
194-
echo STACKHPC_TF_DIR=$(find environments/.stackhpc/ -type d \( -name terraform -o -name tofu \) ) >> "$GITHUB_ENV"
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+
195197

196198
- name: Reimage login and control nodes to image in current branch
197199
id: reimage_non_compute

0 commit comments

Comments
 (0)