mirror of
https://github.com/yggdrasil-network/yggdrasil-go
synced 2024-11-10 07:20:39 +03: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
|
fi
|
||||||
|
|
||||||
# If it is something other than master, append it
|
# 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