Commit 0169a9d3 authored by Shinya Maeda's avatar Shinya Maeda

Merge branch '228674-auto-devops-deploy-failure-when-code-quality-enabled' into 'master'

Resolve "Auto DevOps Deploy failure when Code Quality Enabled"

See merge request gitlab-org/gitlab!36741
parents b2a1b85e 9f091257
---
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