Skip to content

Commit

Permalink
Die if release key missing
Browse files Browse the repository at this point in the history
  • Loading branch information
laurilehmijoki committed May 27, 2014
1 parent a8b1f24 commit dd172f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release
Expand Up @@ -6,6 +6,7 @@ require_relative 'lib/s3_website/version'
version = S3Website::VERSION
unless ENV['S3_WEBSITE_RELEASE_KEY']
puts "Set the S3_WEBSITE_RELEASE_KEY environmental variable. It should be your personal GitHub access token."
exit 1
end

def run(cmd)
Expand Down

0 comments on commit dd172f3

Please sign in to comment.