Skip to content

Commit

Permalink
tar syntax correction again, hating tar; for #353
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Apr 6, 2024
1 parent e5e4bbe commit f6be20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ pipeline {
// "deep" archive (handmade BDBag).
// Exclude "large" production
// products (#353).
sh 'tar --use-compress-program=pigz -cvf --exclude="golr-index-contents.tgz" --exclude="blazegraph-internal.jnl.gz" --exclude="blazegraph-production.jnl.gz" go-release-archive.tgz -C $WORKSPACE/copyover .'
sh 'tar --use-compress-program=pigz --exclude="golr-index-contents.tgz" --exclude="blazegraph-internal.jnl.gz" --exclude="blazegraph-production.jnl.gz -cvf go-release-archive.tgz -C $WORKSPACE/copyover .'

// We have the archives, now let's try
// and get them into position--this is
Expand Down

0 comments on commit f6be20e

Please sign in to comment.