mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #17251 from tiborvass/fix-release-script
release: fix bash bug in script
This commit is contained in:
commit
f33678d1bf
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ EOF
|
|||
fi
|
||||
|
||||
# Upload repo
|
||||
s3cmd --acl-public "$s3Headers" sync "$APTDIR/" "s3://$BUCKET/ubuntu/"
|
||||
s3cmd --acl-public $s3Headers sync "$APTDIR/" "s3://$BUCKET/ubuntu/"
|
||||
cat <<EOF | write_to_s3 s3://$BUCKET/ubuntu/index
|
||||
echo "# WARNING! This script is deprecated. Please use the script"
|
||||
echo "# at https://get.docker.com/"
|
||||
|
|
Loading…
Reference in a new issue