mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-09 23:20:28 +00:00
apparently PRs get a slash in the branch name, which causes problems for the circleci builds
This commit is contained in:
parent
206570770a
commit
9553b1ef8f
@ -10,4 +10,5 @@ if [ "$BRANCH" = "master" ]; then
|
||||
fi
|
||||
|
||||
# If it is something other than master, append it
|
||||
printf "yggdrasil-%s" "$BRANCH"
|
||||
# Remove any "/" characters from e.g. "pull/N"
|
||||
printf "yggdrasil-%s" "${BRANCH/\//}"
|
||||
|
Loading…
Reference in New Issue
Block a user