Commit 9f091257 authored by Tim Poffenbarger's avatar Tim Poffenbarger Committed by Shinya Maeda

Resolve "Auto DevOps Deploy failure when Code Quality Enabled"

parent df50254f
---
title: Do not depend on artifacts from previous stages in Auto DevOps deployments
merge_request: 36741
author:
type: fixed
.auto-deploy:
image: "registry.gitlab.com/gitlab-org/cluster-integration/auto-deploy-image:v0.17.0"
dependencies: []
include:
- template: Jobs/Deploy/ECS.gitlab-ci.yml
......@@ -42,7 +43,6 @@ stop_review:
environment:
name: review/$CI_COMMIT_REF_NAME
action: stop
dependencies: []
allow_failure: true
rules:
- if: '$CI_KUBERNETES_ACTIVE == null || $CI_KUBERNETES_ACTIVE == ""'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment