Skip to content

Commit

Permalink
Update collapse.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaguiar committed Sep 4, 2024
1 parent a395000 commit f204d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/collapse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if (args.usetar) {
// Create tar file for each layer folder
$sh("tar -cf " + _f + " -C . .")
$sh("tar -cf " + _f + " -C . *")
.pwd(folder.filepath)
.exec()
} else {
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
// Create the image tar
if (args.usetar) {
$sh("tar -cf " + io.fileInfo(args.image).canonicalPath + " -C . .")
$sh("tar -cf " + io.fileInfo(args.image).canonicalPath + " -C . *")
.pwd(_d)
.exec()
} else {
Expand Down

0 comments on commit f204d03

Please sign in to comment.