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

Cleanup github actions. #977

Merged
merged 1 commit into from
Jan 5, 2021
Merged

Conversation

clalancette
Copy link
Contributor

  1. Add in the sphinx-multiversion pip dependency. It isn't
    required on the master branch, but it doesn't hurt anything
    and is needed on the rolling, foxy, and dashing branches.

  2. Github actions fail immediately if the command returns
    non-zero. Since we were capturing the output, this was
    effectively hiding the error from us. We now just check
    things sequentially. This is better in that it is simpler,
    but worse in that you don't get all of the errors at once.
    I still like the simpler approach.

  3. Get rid of the exclusions for the action tutorials, as
    it doesn't seem to be needed anymore.

Signed-off-by: Chris Lalancette [email protected]

Note that I am targeting master with this PR on purpose. Once we are happy with this on master, I'll backport by hand to the rolling, dashing, and foxy branches.

1.  Add in the sphinx-multiversion pip dependency.  It isn't
required on the master branch, but it doesn't hurt anything
and is needed on the rolling, foxy, and dashing branches.

2.  Github actions fail immediately if the command returns
non-zero.  Since we were capturing the output, this was
effectively hiding the error from us.  We now just check
things sequentially.  This is better in that it is simpler,
but worse in that you don't get all of the errors at once.
I still like the simpler approach.

3.  Get rid of the exclusions for the action tutorials, as
it doesn't seem to be needed anymore.

Signed-off-by: Chris Lalancette <[email protected]>
@clalancette clalancette merged commit 9289f21 into master Jan 5, 2021
@clalancette clalancette deleted the clalancette/cleanup-github-actions branch January 5, 2021 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants