*Ensure pool files always upload
This commit is contained in:
parent
088fdf16d9
commit
c0bee3e2da
1
main.go
1
main.go
|
@ -56,6 +56,7 @@ func run() error {
|
||||||
"Batch": true,
|
"Batch": true,
|
||||||
"Passphrase": gpg_pass,
|
"Passphrase": gpg_pass,
|
||||||
},
|
},
|
||||||
|
"ForceOverwrite": true,
|
||||||
}).
|
}).
|
||||||
Put(fmt.Sprintf("/api/publish/s3:%s:%s/%s", repo, folder, distro))
|
Put(fmt.Sprintf("/api/publish/s3:%s:%s/%s", repo, folder, distro))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue