Skip to content

Commit

Permalink
fix CI workflow after changes to create_source_tarball.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Jun 12, 2024
1 parent 2050249 commit 0b83f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
# script should fail if expected source tarball did not get created in dist/
($GITHUB_WORKSPACE/scripts/create_source_tarball.sh ${{matrix.repo}} $version 2>&1 | tee $out) || true
grep "ERROR: Expected file dist/${{matrix.repo}}-${version}.tar.gz not found!" $out
grep "ERROR: No source tarball for ${matrix.repo} ${version} found" $out
echo "Expected error found in output: OK!"
# clean up index file, to avoid check for dirty working directory failing
Expand Down

0 comments on commit 0b83f26

Please sign in to comment.