Skip to content

Commit 50177d8

Browse files
authored
Use main branch for ciorchestrator (#436)
* Always use main branch for ciorchestrator ciorchestrator doesn't support tag, so use the main branch as a workaround
1 parent 7431df5 commit 50177d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/pipeline/request-ciorchestrator.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function request_ciorchestrator() {
114114
"apiRoot": "${GH_API_ROOT}",
115115
"org": "${GH_ORG}",
116116
"repo": "${GH_REPOSITORY}",
117-
"branch": "${GH_BRANCH}",
117+
"branch": "main",
118118
"filePath": "${CI_CONFIG_FILE}"
119119
}
120120
}
@@ -150,4 +150,4 @@ EOL
150150

151151
# --- Run ---
152152

153-
main "$@"
153+
main "$@"

0 commit comments

Comments
 (0)