Skip to content

Commit

Permalink
Merge pull request #5671 from KKoukiou/releasever-webui
Browse files Browse the repository at this point in the history
infra: trigger-webui: also specify releasever
  • Loading branch information
KKoukiou committed May 23, 2024
2 parents 41bd50f + f952f26 commit 1e754a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-webui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
for _ in $(seq 60); do
sleep 60;
if dnf copr enable -y packit/$COPR_NAME fedora-rawhide-x86_64 &&
out=$(dnf info --refresh --repo='copr:*anaconda*' anaconda) &&
out=$(dnf info --refresh --repo='copr:*anaconda*' --releasever=rawhide anaconda) &&
stamp=$(echo "$out" | awk '/^Release/ { split($3, v, "."); print substr(v[2], 0, 14)}' | head -1) &&
[ "$stamp" -gt "$PUSH_TIME" ]; then
exit 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-webui.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
for _ in $(seq 60); do
sleep 60;
if dnf copr enable -y packit/$COPR_NAME fedora-rawhide-x86_64 &&
out=$(dnf info --refresh --repo='copr:*anaconda*' anaconda) &&
out=$(dnf info --refresh --repo='copr:*anaconda*' --releasever=rawhide anaconda) &&
stamp=$(echo "$out" | awk '/^Release/ { split($3, v, "."); print substr(v[2], 0, 14)}' | head -1) &&
[ "$stamp" -gt "$PUSH_TIME" ]; then
exit 0
Expand Down

0 comments on commit 1e754a9

Please sign in to comment.