Skip to content

Commit

Permalink
fix release script gpg key id
Browse files Browse the repository at this point in the history
Signed-off-by: Jessica Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Oct 1, 2015
1 parent 99d13e7 commit cb0ce5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ EOF
[ "$AWS_ACCESS_KEY" ] || usage
[ "$AWS_SECRET_KEY" ] || usage
[ "$GPG_PASSPHRASE" ] || usage
: ${GPG_KEYID:=releasedocker}
[ -d /go/src/github.com/docker/docker ] || usage
cd /go/src/github.com/docker/docker
[ -x hack/make.sh ] || usage
Expand Down

0 comments on commit cb0ce5b

Please sign in to comment.