Skip to content

Commit

Permalink
🌱 missing pipe (#299)
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <[email protected]>
  • Loading branch information
djzager authored Jan 11, 2024
1 parent 4986fc8 commit 0ab294c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ref: ${{ inputs.branch }}
github_token: ${{ secrets.GH_TOKEN }}
- name: wait for static-report
run:
run: |
#!/bin/bash
while ! docker pull quay.io/konveyor/static-report:${{ inputs.version }} &> /dev/null; do
sleep 3m
Expand Down

0 comments on commit 0ab294c

Please sign in to comment.