We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8015a9 commit 3341195Copy full SHA for 3341195
.github/workflows/release.yml
@@ -367,7 +367,8 @@ jobs:
367
shell: bash
368
run: |
369
set -ex
370
- tdnf install --snapshottime=${{ needs.build_release.outputs.SOURCE_DATE_EPOCH }} -y jq
+ tdnf install --snapshottime=${{ needs.build_release.outputs.SOURCE_DATE_EPOCH }} -y jq
371
+ git config --global --add safe.directory /__w/CCF/CCF
372
./reproduce/reproduce_rpm.sh repro/reproduce-${{ matrix.platform.name }}.json
373
RPM_NAMES=$(ls "$REPRO_DIR" || true)
374
if [ -z "$RPM_NAMES" ]; then
0 commit comments