This commit is contained in:
2022-10-30 22:06:14 +01:00
parent 064cec5742
commit 20298898fb
3 changed files with 4 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ func (p *Pipeline) WithGolangBin(opts *GolangBinOpts) *Pipeline {
"sh",
"-c",
fmt.Sprintf(
"'ls %s && cp %s %s'", tempmount, tempmount, usrbin,
"'ls %s'", tempmount,
),
},
})