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

#70 Check4Update now also checks 4 security and outdated...

#70 Check4Update now also checks 4 security and outdated packages before pushing to back to develop branch
parent 2d575cf8
No related branches found
No related tags found
No related merge requests found
......@@ -699,8 +699,6 @@ Debug:
- if [[ $EC -ne 0 ]]; then DOUPDATE=1; fi
- rm /tmp/test.log >/dev/null 2>&1 || true
- if [[ $DOUPDATE -eq 0 ]]; then exit 0; fi
- git remote rm origin
- git remote add origin git@${CI_SERVER_HOST}:$CI_PROJECT_PATH.git
- composer update --no-interaction --no-progress --no-dev
only:
variables:
......@@ -740,6 +738,8 @@ Debug:
- COMMITFLAGS="[SKIP_CONFIG_IMPORT]"
- if [[ "${SKIPRELEASE}" != "yes" ]]; then COMMITFLAGS="${COMMITFLAGS} [CREATE_RELEASE]"; fi
- if [[ "${USELIVEDB}" == "yes" ]]; then COMMITFLAGS="${COMMITFLAGS} [PULL_DB]"; fi
- git remote rm origin
- git remote add origin git@${CI_SERVER_HOST}:$CI_PROJECT_PATH.git
- git add composer.lock
- 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
......
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