File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed 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