prevent runaway dependency branching

This commit is contained in:
Joey Kimsey
2024-08-12 23:29:46 -04:00
parent 1f720693d1
commit 67f5dabfa6

View File

@ -29,6 +29,7 @@ composer_update:
script:
- git ${JOB_GIT_FLAGS} fetch origin ${TARGET_BRANCH}
- git ${JOB_GIT_FLAGS} checkout ${TARGET_BRANCH}
- git reset --hard origin/main
- export DATE_TIME="$(date '+%Y%m%d%H%M%S')"
- export MR_BRANCH="${UPDATE_BRANCH_PREFIX}${DATE_TIME}"
- git ${JOB_GIT_FLAGS} checkout -b "${MR_BRANCH}"