Skip to content

Commit

Permalink
ci: fix unable to specify custom longhorn repo
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Chiu <[email protected]>
  • Loading branch information
yangchiu committed Apr 30, 2024
1 parent 89be495 commit 77d7464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_framework/scripts/longhorn-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ get_longhorn_manifest(){
get_longhorn_chart(){
git clone --single-branch \
--branch "${LONGHORN_REPO_BRANCH}" \
"${LONGHORN_REPO_URL}" \
"${LONGHORN_REPO_URI}" \
"${LONGHORN_REPO_DIR}"
}

Expand Down

0 comments on commit 77d7464

Please sign in to comment.