mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-02-13 10:21:50 +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
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue