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

Added documentation about travis token #1902

Merged
merged 3 commits into from
Jan 18, 2018
Merged

Added documentation about travis token #1902

merged 3 commits into from
Jan 18, 2018

Conversation

agnivade
Copy link
Member

@agnivade agnivade added the documentation Issues/PRs modifying the documentation. label Jan 18, 2018
@waldyrious
Copy link
Member

waldyrious commented Jan 18, 2018

Nice 👍

Please also mention that the upload is done via the upload_assets() function of scripts/build.sh, and add a comment to that file as well with similar documentation.

@waldyrious
Copy link
Member

For future reference, this PR is a follow-up to #1899.

Copy link
Member

@sbrl sbrl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool. Thanks, @agnivade!

Copy link
Member

@waldyrious waldyrious left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please address the comment I left in the main PR thread.

@agnivade
Copy link
Member Author

@waldyrious - PTAL

scripts/build.sh Outdated
@@ -28,6 +28,7 @@ function build_archive {
}

function upload_assets {
# ${GH_TOKEN} is referred from the secure variable inside .travis.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about "referred from the secure variable inside .travis.yml" --> "defined as a secure variable in .travis.yml"?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, I'd add a comment at the top of this file, saying something like:

# This script is executed by Travis CI when a PR is merged (i.e. in the `after_success` step).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@waldyrious waldyrious merged commit fa3828c into master Jan 18, 2018
@waldyrious waldyrious deleted the token branch January 18, 2018 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Issues/PRs modifying the documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants