From e744473c99df01a5034ec6a4755fd33b6b7e338d Mon Sep 17 00:00:00 2001 From: Tony Hsu Date: Mon, 24 Jun 2024 11:37:28 +0200 Subject: [PATCH] Move publishing OCI image in deploy stage and needs onboarding_tests --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65f6d927b37..7023f1cba3f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -188,8 +188,10 @@ oci-internal-publish: FLAVOR: datadog-apm-library-ruby oci-internal-test-ecr-publish: - stage: package - needs: [ oci-internal-publish ] + stage: deploy + needs: + - onboarding_tests + - oci-internal-publish rules: - when: on_success trigger: