Skip to content

Commit cace350

Browse files
committed
deliberately break workflow file to try to force update
1 parent 8be9087 commit cace350

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/stackhpc.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,6 @@ jobs:
188188
- name: Checkout current branch
189189
uses: actions/checkout@v4
190190

191-
- name: Find stackhpc tofu/terraform directory
192-
# changed in https://github.com/stackhpc/ansible-slurm-appliance/pull/541
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-
197191

198192
- name: Reimage login and control nodes to image in current branch
199193
id: reimage_non_compute

0 commit comments

Comments
 (0)