FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

fix: remove outdated deploy trigger

Merged Robin Goodall requested to merge prevent-outdated-deploy-job into master
1 file
+ 0
23
Compare changes
  • Side-by-side
  • Inline
+ 0
23
@@ -21,26 +21,3 @@ variables:
# Disable parts of AutoDevOps which we don't use.
DOCUMENTATION_DISABLED: "yes"
DAST_DISABLED: "yes"
# Trigger deployment of staging instance using the Docker image built via Auto
# DevOps.
deploy_staging:
stage: staging
variables:
# These variables must be set for the triggered pipeline to deploy the
# application.
WEBAPP_DOCKER_IMAGE: "${CI_REGISTRY_IMAGE}/${CI_COMMIT_REF_NAME}:${CI_COMMIT_SHA}"
DEPLOY_ENABLED: "staging"
# Trigger the deployment job in the deploy repository and require it to
# succeed for this pipeline to succeed.
trigger:
project: uis/devops/iar/new-deploy
branch: master
strategy: depend
# We only want to auto-deploy to staging when the master branch changes.
only:
refs:
- master
Loading