Skip to content

Commit 3a1484c

Browse files
committed
keep this
Signed-off-by: Humair Khan <[email protected]>
1 parent a3810fe commit 3a1484c

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/scripts/release_prep/create_branches.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ echo "Current branches in ${DSP_PIPELINES_REPOSITORY_FULL}"
2828
DSP_PIPELINES_DIR=$(dirname ${WORKING_DIR})/ilab-on-ocp
2929
git clone \
3030
--depth=1 \
31-
--branch=master \
31+
--branch=main \
3232
https://${GH_USER_NAME}:${GH_TOKEN}@github.com/${DSP_PIPELINES_REPOSITORY_FULL} \
3333
${DSP_PIPELINES_DIR}
3434
pushd ${DSP_PIPELINES_DIR}

.github/scripts/release_prep/prereqs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ check_branch_exists(){
1414

1515
check_branch_exists ${DSPO_REPOSITORY_FULL} ${MINOR_RELEASE_BRANCH}
1616
check_branch_exists ${DSP_REPOSITORY_FULL} ${MINOR_RELEASE_BRANCH}
17+
check_branch_exists ${DSP_PIPELINES_REPOSITORY_FULL} ${MINOR_RELEASE_BRANCH}
1718

1819
echo "Ensure compatibility.yaml is upto date, and generate a new compatibility.md. Use [release-tools] to accomplish this"
1920

.github/workflows/release_prep.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
MINOR_RELEASE_BRANCH: ${{ env.MINOR_RELEASE_BRANCH }}
6868
DSPO_REPOSITORY_FULL: ${{ env.DSPO_REPOSITORY_FULL }}
6969
DSPO_REPOSITORY: ${{ env.DSPO_REPOSITORY }}
70+
DSP_PIPELINES_REPOSITORY_FULL: ${{ env.DSP_PIPELINES_REPOSITORY_FULL }}
7071
run: ./.github/scripts/release_prep/prereqs.sh
7172

7273
create_branches:

0 commit comments

Comments
 (0)