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

Bugfix for release pipeline #128

Merged
merged 2 commits into from
May 15, 2023
Merged

Bugfix for release pipeline #128

merged 2 commits into from
May 15, 2023

Conversation

RobbeSneyders
Copy link
Member

Fixes for the release pipeline:

  • GITHUB_REF contains the full ref in the format refs/tags/<tag>, while GITHUB_REF_NAME only contains <tag>
  • set -e in bash scripts to make the pipeline fail if the scripts fail.
  • Fix paths in pre-build.sh script

@RobbeSneyders RobbeSneyders merged commit 74f2278 into main May 15, 2023
@RobbeSneyders RobbeSneyders deleted the bugfix/release-pipeline branch May 15, 2023 15:10
Hakimovich99 pushed a commit that referenced this pull request Oct 16, 2023
Fixes for the release pipeline:
- `GITHUB_REF` contains the full ref in the format `refs/tags/<tag>`,
while `GITHUB_REF_NAME` only contains `<tag>`
- `set -e` in bash scripts to make the pipeline fail if the scripts
fail.
- Fix paths in `pre-build.sh` script
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.

2 participants