diff --git a/hack/make/binary b/hack/make/binary index dee7d98dc6..f220d2dae6 100755 --- a/hack/make/binary +++ b/hack/make/binary @@ -18,4 +18,3 @@ fi if command -v sha256sum &> /dev/null; then sha256sum "$DEST/docker-$VERSION" > "$DEST/docker-$VERSION.sha256" fi - diff --git a/hack/release.sh b/hack/release.sh index edcee98f38..76acad4991 100755 --- a/hack/release.sh +++ b/hack/release.sh @@ -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