Navigation Menu

Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #357 from mrtyler/gpii-3641-reorder
Browse files Browse the repository at this point in the history
GPII-3641: Can't call init_registry until apply_common_infra enables the API.
  • Loading branch information
mrtyler committed Apr 15, 2019
2 parents 693ba46 + ac1589a commit c29453f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c29453f

Please sign in to comment.