pipeline fix

This commit is contained in:
Joey Kimsey
2024-08-12 23:05:10 -04:00
parent 7e296b2468
commit 19e34583d1

View File

@ -33,6 +33,7 @@ composer_update:
script:
- git ${JOB_GIT_FLAGS} fetch origin ${TARGET_BRANCH}
- git ${JOB_GIT_FLAGS} checkout ${TARGET_BRANCH}
- git pull
- 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}"