whitespace-blind

Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@fosiki.com> (github: SvenDowideit)
This commit is contained in:
Sven Dowideit 2014-03-20 09:35:58 +10:00
parent 179e2c92d8
commit 43febdd432
2 changed files with 1 additions and 3 deletions

View File

@ -18,4 +18,3 @@ fi
if command -v sha256sum &> /dev/null; then
sha256sum "$DEST/docker-$VERSION" > "$DEST/docker-$VERSION.sha256"
fi

View File

@ -60,7 +60,7 @@ VERSION=$(cat VERSION)
BUCKET=$AWS_S3_BUCKET
# These are the 2 keys we've used to sign the deb's
# release (get.docker.io
# release (get.docker.io)
# GPG_KEY="36A1D7869245C8950F966E92D8576A8BA88D21E9"
# test (test.docker.io)
# GPG_KEY="740B314AE3941731B942C66ADF4FD13717AAD7D6"
@ -342,7 +342,6 @@ main() {
release_test
}
main
echo