UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit ce09be66 authored by luke.glasscock's avatar luke.glasscock
Browse files

Merge branch 'dev-gitlab-ci-mod' into 'master'

Add modification to gitlab-ci

See merge request platform-one/private/bullhorn/platform1-site!169
parents a75ffa03 08e4f966
No related branches found
No related tags found
No related merge requests found
......@@ -97,10 +97,12 @@ staging-mr:
- echo 'running auto merge request for staging'
- echo "Opening Merge request for ${GITLAB_USER_NAME}"
deploy-mr:
variables:
TARGET_BRANCH: master
extends: .auto-mr
script:
- echo 'running auto merge request for master'
- echo "Opening Merge request for ${GITLAB_USER_NAME}"
# ADD BELOW IN IF WANTING TO AUTO-CREATE MR FOR PROD ... commented out for now, because we make multiple pushes to staging before we do production merge
# deploy-mr:
# variables:
# TARGET_BRANCH: master
# extends: .auto-mr
# script:
# - echo 'running auto merge request for master'
# - echo "Opening Merge request for ${GITLAB_USER_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