Skip to content

Commit

Permalink
👻 don't wait for rulesets to build (#317)
Browse files Browse the repository at this point in the history
because it never will

Signed-off-by: David Zager <[email protected]>
  • Loading branch information
djzager committed Jun 5, 2024
1 parent 171fd05 commit 10f703c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ jobs:
repository: konveyor/rulesets
ref: ${{ inputs.branch }}
github_token: ${{ secrets.GH_TOKEN }}
- name: wait for rulesets
run: |
#!/bin/bash
while ! docker pull quay.io/konveyor/rulesets:${{ inputs.version }} &> /dev/null; do
sleep 3m
done
docker image inspect quay.io/konveyor/rulesets:${{ inputs.version }}
- name: static-report
uses: konveyor/release-tools/create-release@main
with:
Expand Down

0 comments on commit 10f703c

Please sign in to comment.