From ac1589a0bc1031a3386b75cc17db1b96c31b2a33 Mon Sep 17 00:00:00 2001 From: Tyler Roscoe Date: Mon, 15 Apr 2019 12:21:16 -0600 Subject: [PATCH] Can't call init_registry until apply_common_infra enables the API. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7656723..6736c7f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -103,8 +103,8 @@ common-stg: - cd common/live/stg - rake clobber - rake configure_serviceaccount_ci_restore - - rake init_registry - rake apply_common_infra + - rake init_registry - rake apply_infra after_script: - cd common/live/stg @@ -169,8 +169,8 @@ common-prd: - cd common/live/prd - rake clobber - rake configure_serviceaccount_ci_restore - - rake init_registry - rake apply_common_infra + - rake init_registry - rake apply_infra after_script: - cd common/live/prd