Skip to content

Commit

Permalink
rm mock build ID
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Oct 12, 2023
1 parent 445f56f commit fa80712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-changed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
URL: ${{ secrets.COPR_WEBHOOK_URL }}
run: |
BUILD_IDS=( 6518271 )
BUILD_IDS=()
for FILE in ${{ steps.spec-modified.outputs.modified_files }}; do
PKG=$(rg '^Name:\s*([\w\d_\-]+)\s*$' --replace '$1' $FILE)
echo "Package $PKG changed (Spec file: $FILE); sending rebuild request"
Expand Down

0 comments on commit fa80712

Please sign in to comment.