Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Sep 30, 2024
1 parent 4edaf28 commit 029994b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/crucible-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ jobs:
- name: prepare installation resources
run: |
touch /tmp/auth-file.json
cfgfile=$(grep SYSCONFIG= crucible/crucible-install.sh | cut -d '=' -f2 | sed 's/"//g')
sudo mkdir -p $(dirname $cfgfile)
- name: test release install
env:
TAG: ${{ needs.release-tag.outputs.tag }}
Expand Down

0 comments on commit 029994b

Please sign in to comment.