File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ echo "Current branches in ${DSP_PIPELINES_REPOSITORY_FULL}"
28
28
DSP_PIPELINES_DIR=$( dirname ${WORKING_DIR} ) /ilab-on-ocp
29
29
git clone \
30
30
--depth=1 \
31
- --branch=master \
31
+ --branch=main \
32
32
https://${GH_USER_NAME} :${GH_TOKEN} @github.com/${DSP_PIPELINES_REPOSITORY_FULL} \
33
33
${DSP_PIPELINES_DIR}
34
34
pushd ${DSP_PIPELINES_DIR}
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ check_branch_exists(){
14
14
15
15
check_branch_exists ${DSPO_REPOSITORY_FULL} ${MINOR_RELEASE_BRANCH}
16
16
check_branch_exists ${DSP_REPOSITORY_FULL} ${MINOR_RELEASE_BRANCH}
17
+ check_branch_exists ${DSP_PIPELINES_REPOSITORY_FULL} ${MINOR_RELEASE_BRANCH}
17
18
18
19
echo " Ensure compatibility.yaml is upto date, and generate a new compatibility.md. Use [release-tools] to accomplish this"
19
20
Original file line number Diff line number Diff line change 67
67
MINOR_RELEASE_BRANCH : ${{ env.MINOR_RELEASE_BRANCH }}
68
68
DSPO_REPOSITORY_FULL : ${{ env.DSPO_REPOSITORY_FULL }}
69
69
DSPO_REPOSITORY : ${{ env.DSPO_REPOSITORY }}
70
+ DSP_PIPELINES_REPOSITORY_FULL : ${{ env.DSP_PIPELINES_REPOSITORY_FULL }}
70
71
run : ./.github/scripts/release_prep/prereqs.sh
71
72
72
73
create_branches :
You can’t perform that action at this time.
0 commit comments