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

Merge remote-tracking branch 'origin/main'

parents 87fb8aaa 557f7e46
Branches
No related tags found
No related merge requests found
......@@ -649,20 +649,19 @@ Debug:
stage: release
tags:
- default
variables:
GIT_STRATEGY: none
image: registry.lakedrops.com/docker/gitlab-drupal-ci/php-${PHP_MAJOR_VERSION}.${PHP_MINOR_VERSION}
cache: {}
before_script: !reference [.prepareaccess, before_script]
script:
- git remote rm origin
- git remote add origin git@${CI_SERVER_HOST}:$CI_PROJECT_PATH.git
- git fetch
- git checkout develop
- git branch --set-upstream-to=origin/develop develop
- git pull
- git remote -v
- rm -rf /tmp/release || true
- mkdir -p /tmp/release
- cd /tmp/release
- git clone -b develop git@${CI_SERVER_HOST}:$CI_PROJECT_PATH.git .
- merge
- if [[ -f /root/.config/glab-cli/recover/mobimo/portals/demo/mr.json ]]; then more /root/.config/glab-cli/recover/mobimo/portals/demo/mr.json; fi
- if [[ -f /root/.config/glab-cli/recover/mobimo/portals/demo/mr.json ]]; then glab mr merge --recover; fi
- cd -
- rm -rf /tmp/release || true
dependencies:
- 'Validate Environment'
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment