1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #3599 from tianon/fix-install-sed

Fix release.sh sed of install.sh so we preserve tests against 'https://get.docker.io/'
This commit is contained in:
Tianon Gravi 2014-01-16 16:54:39 -08:00
commit 59fe36623b

View file

@ -295,7 +295,7 @@ EOF
# Upload the index script
release_index() {
sed "s,https://get.docker.io/,$(s3_url)/," hack/install.sh | write_to_s3 s3://$BUCKET/index
sed "s,url='https://get.docker.io/',url='$(s3_url)/'," hack/install.sh | write_to_s3 s3://$BUCKET/index
}
release_test() {