Skip to content

Fix fetch_assets script for branch names with -z

Heinrich Lee Yu requested to merge fix-fetch-assets-branch-name into master

Changes the awk regex to use ^ and $ instead of \A and \z which are not supported.

It ended up matching the literal z instead of the end of the string

Edited by GitLab Release Tools Bot

Merge request reports

Loading