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

Updating release workflow according to nightly #302

Merged
merged 4 commits into from
Nov 30, 2020

Conversation

fao89
Copy link
Member

@fao89 fao89 commented Nov 25, 2020

Reference: #290

@pulpbot
Copy link
Member

pulpbot commented Nov 25, 2020

WARNING!!! This PR is not attached to an issue. In most cases this is not advisable. Please see our PR docs for more information about how to attach this PR to an issue.

@fao89 fao89 force-pushed the release_update branch 2 times, most recently from 97ba832 to 156ffac Compare November 26, 2020 14:29
@@ -76,7 +134,7 @@ jobs:
- name: Publish docs to pulpproject.org
run: bash .ci/scripts/publish_docs.sh tag $BRANCH
env:
- BRANCH=${GITHUB_REF##*/}
BRANCH: ${GITHUB_REF##*/}
Copy link
Member

Choose a reason for hiding this comment

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

I'd prefer

Suggested change
BRANCH: ${GITHUB_REF##*/}
BRANCH: ${GITHUB_REF#refs/*/}

or even

Suggested change
BRANCH: ${GITHUB_REF##*/}
BRANCH: ${GITHUB_REF#refs/{heads,tags}/}

Maybe the variable deserves another name now...

@fao89 fao89 merged commit 2749c61 into pulp:master Nov 30, 2020
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

4 participants