From 37ac7a2d8c641d18b6754bdbea546a48f15b60b9 Mon Sep 17 00:00:00 2001 From: bardia zamanian Date: Thu, 9 May 2019 19:54:28 +0000 Subject: Removed the unnecessary line. It would be covered anyway by line 352 (replicas=$(get_replicas "$track" "$percentage") --- lib/gitlab/ci/templates/Jobs/Deploy.gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/gitlab/ci/templates/Jobs/Deploy.gitlab-ci.yml b/lib/gitlab/ci/templates/Jobs/Deploy.gitlab-ci.yml index 9d99d04d263..876f53c66ba 100644 --- a/lib/gitlab/ci/templates/Jobs/Deploy.gitlab-ci.yml +++ b/lib/gitlab/ci/templates/Jobs/Deploy.gitlab-ci.yml @@ -338,7 +338,6 @@ rollout 100%: image_tag=${CI_APPLICATION_TAG:-$CI_COMMIT_TAG} fi - replicas="1" service_enabled="true" postgres_enabled="$POSTGRES_ENABLED" -- cgit v1.2.3