Skip to content

Commit

Permalink
don't archive nonexistent TOML files
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcolombo committed Nov 14, 2024
1 parent a169ac1 commit 360192d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/buildomat/phd-run-with-args.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ failcount=$?
set -e

tar -czvf /tmp/phd-tmp-files.tar.gz \
-C /tmp/propolis-phd /tmp/propolis-phd/*.log \
-C /tmp/propolis-phd /tmp/propolis-phd/*.toml
-C /tmp/propolis-phd /tmp/propolis-phd/*.log

exitcode=0
if [ $failcount -eq 0 ]; then
Expand Down

0 comments on commit 360192d

Please sign in to comment.