mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
WIP: Fix git ref
This commit is contained in:
parent
de9a07e6c1
commit
7f053c8d2a
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ GIT_REF_NAME="${GITHUB_REF}"
|
|||
if [ -n "${GITHUB_BASE_REF}" ]; then
|
||||
GIT_REF_NAME="${GITHUB_BASE_REF}"
|
||||
fi
|
||||
GIT_REF_NAME="$(basename "${GIT_REF_NAME}")"
|
||||
|
||||
URANIUM_BRANCH="${GIT_REF_NAME:-master}"
|
||||
output="$(git ls-remote --heads https://github.com/Ultimaker/Uranium.git "${URANIUM_BRANCH}")"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue