We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15be22f commit dc6f626Copy full SHA for dc6f626
scripts/debian/publish.sh
@@ -110,7 +110,7 @@ for _ in {1..10}; do (
110
#>> Attempting to obtain a lock
111
#/var/lib/gems/2.3.0/gems/deb-s3-0.10.0/lib/deb/s3/lock.rb:24:in `throw': uncaught throw #"Unable to obtain a lock after 60, giving up."
112
deb-s3 upload $BUCKET_ARG $S3_REGION_ARG \
113
- $([ "$FORCE" -eq 0 ] && echo "--fail-if-exists") \
+ "$([ "$FORCE" -eq 0 ] && echo "--fail-if-exists")" \
114
--lock \
115
--arch $ARCH \
116
--preserve-versions \
0 commit comments