80
This commit is contained in:
parent
b291a4d684
commit
f9e7c0f831
1 changed files with 2 additions and 1 deletions
3
spcd.sh
3
spcd.sh
|
@ -66,7 +66,8 @@ spcd_set_environment_variables() {
|
|||
SPCD_PROJECT_ROOT="$(dirname "${GITHUB_SERVER_URL}")//"
|
||||
[ -n "${GITHUB_TOKEN}" ] &&
|
||||
SPCD_PROJECT_ROOT="${SPCD_PROJECT_ROOT}${GITHUB_TOKEN}@"
|
||||
SPCD_PROJECT_ROOT="${SPCD_PROJECT_ROOT}$(basename "${GITHUB_SERVER_URL}")"
|
||||
SPCD_PROJECT_ROOT="\
|
||||
${SPCD_PROJECT_ROOT}$(basename "${GITHUB_SERVER_URL}")"
|
||||
else
|
||||
spcd_error_ci "GITHUB_SERVER_URL"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue