Skip to content
Snippets Groups Projects
Commit dfceffda authored by jurgenhaas's avatar jurgenhaas
Browse files

#57 Allow SKIPRELEASE and USELIVEDB for .check4update

parent e728b6a9
No related branches found
No related tags found
No related merge requests found
......@@ -708,8 +708,11 @@ Debug:
- EC=0
- grep "composer.lock" /tmp/test.log || EC=$?
- if [[ $EC -ne 0 ]]; then exit 0; fi
- COMMITFLAGS="[SKIP_CONFIG_IMPORT]"
- if [[ "${SKIPREALEASE}" != "yes" ]]; then COMMITFLAGS="${COMMITFLAGS} [CREATE_RELEASE]"; fi
- if [[ "${USELIVEDB}" == "yes" ]]; then COMMITFLAGS="${COMMITFLAGS} [PULL_DB]"; fi
- git add composer.lock
- git -c user.email=gitlab-runner@lakedrops.com -c user.name=GitLabCI commit -m "Updates recognized automatically [CREATE_RELEASE] [SKIP_CONFIG_IMPORT]"
- git -c user.email=gitlab-runner@lakedrops.com -c user.name=GitLabCI commit -m "Updates recognized automatically ${COMMITFLAGS}"
- git push origin HEAD:$CI_COMMIT_REF_NAME
only:
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment