Skip to content

Commit

Permalink
try to get workflow to update
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpb committed Feb 13, 2025
1 parent f0cd48f commit 8be9087
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/stackhpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,9 @@ jobs:
- name: Find stackhpc tofu/terraform directory
# changed in https://github.com/stackhpc/ansible-slurm-appliance/pull/541
run: |
echo STACKHPC_TF_DIR=$(find environments/.stackhpc/ -type d \( -name terraform -o -name tofu \) ) >> "$GITHUB_ENV"
echo STACKHPC_TF_DIR=$(find environments/.stackhpc/ -type d -name tofu -o -type d -name terraform) >> "$GITHUB_ENV"
# something about GH actions parsing eats \( \) type expressions


- name: Reimage login and control nodes to image in current branch
id: reimage_non_compute
Expand Down

0 comments on commit 8be9087

Please sign in to comment.