This commit is contained in:
Joey Kimsey
2024-08-12 23:07:42 -04:00
parent b6add64d14
commit ee5bcd23fa

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 reset --hard
- git pull --allow-unrelated-histories
- export DATE_TIME="$(date '+%Y%m%d%H%M%S')"
- export MR_BRANCH="${UPDATE_BRANCH_PREFIX}${DATE_TIME}"