From 683efc569830db6efa758e0f53f063478745d84d Mon Sep 17 00:00:00 2001 From: Maxime Guyot Date: Wed, 24 Apr 2019 10:42:04 +0200 Subject: [PATCH] Move on_success test to deploy-part2 (#4627) --- .gitlab-ci/packet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/packet.yml b/.gitlab-ci/packet.yml index cb1693cf0..ab395162e 100644 --- a/.gitlab-ci/packet.yml +++ b/.gitlab-ci/packet.yml @@ -102,7 +102,7 @@ packet_rhel7-canal-sep: only: ['master', /^pr-.*$/] packet_centos7-calico-ha: - stage: deploy-special + stage: deploy-part2 <<: *packet when: on_success except: ['triggers']