File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 xetabase_branch=$(./.github/workflows/scripts/get_opencga_enterprise_branch.sh "java-common-libs" "develop" "TASK-8067")
5252 echo "__CI CORE Xetabase ref:__ \"${xetabase_branch}\"" | tee -a ${GITHUB_STEP_SUMMARY}
5353 REPO_URI="https://$ZETTA_REPO_ACCESS_TOKEN@github.com/zetta-genomics/opencga-enterprise.git"
54- echo "$(git ls-remote $REPO_URI TASK-8067)"
54+ echo "$(git ls-remote " $REPO_URI" " TASK-8067" )"
5555 env :
5656 ZETTA_REPO_ACCESS_TOKEN : ${{ env.ZETTA_REPO_ACCESS_TOKEN }}
5757
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ REPO_URI="https://$ZETTA_REPO_ACCESS_TOKEN@github.com/zetta-genomics/opencga-ent
2222
2323# 1. If the branch begins with 'TASK' and exists in the opencga-enterprise repository, return it
2424if [[ $head_ref == TASK* ]]; then
25- if [ " $( git ls-remote $REPO_URI $head_ref ) " ] ; then
25+ if [ " $( git ls-remote ' $REPO_URI' ' $head_ref' ) " ] ; then
2626 echo " $head_ref " ;
2727 exit 0
2828 fi
You can’t perform that action at this time.
0 commit comments