Skip to content

Commit 6196451

Browse files
Add debug token file #TASK-8067
1 parent 651710a commit 6196451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/get_opencga_enterprise_branch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2424
if [[ $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

0 commit comments

Comments
 (0)