Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set token for homebrew repository #464

Merged
merged 1 commit into from Aug 18, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Set token for homebrew repository

  • Loading branch information
paulrouget committed Aug 18, 2016
commit 143c3f12c1eeb375ee5b55b0665bb7d2b995f355
@@ -136,5 +136,8 @@ def without(self, to_unset):
upload_nightly = Environment({
'AWS_ACCESS_KEY_ID': S3_UPLOAD_ACCESS_KEY_ID,
'AWS_SECRET_ACCESS_KEY': S3_UPLOAD_SECRET_ACCESS_KEY,
})

update_brew = Environment({
'TOKEN': GITHUB_HOMEBREW_TOKEN,
})
@@ -132,6 +132,11 @@ def make_step(self, command):
r'C:\Program Files\Amazon\cfn-bootstrap',
])

# Set token for homebrew repository
elif arg == './etc/ci/update_brew.sh'
step_kwargs['logEnviron'] = False
step_env += envs.update_brew

else:
step_desc += [arg]

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.