From 10dc4e8f8c9c95f7b5cdf937da680086cf7f0d3e Mon Sep 17 00:00:00 2001 From: Lee Brown Date: Sat, 13 Jul 2019 21:01:44 -0800 Subject: [PATCH] sdfadsfadsf --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d38e4f..82abd48 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,7 +47,6 @@ cache: .deploy_dev_tmpl: &deploy_dev_tmpl <<: *deploy_tmpl - stage: deploy:dev tags: - dev environment: @@ -55,7 +54,6 @@ cache: .deploy_stage_tmpl: &deploy_stage_tmpl <<: *deploy_tmpl - stage: deploy:stage tags: - stage environment: @@ -63,7 +61,6 @@ cache: .deploy_prod_tmpl: &deploy_prod_tmpl <<: *deploy_tmpl - stage: deploy:prod tags: - prod environment: @@ -107,7 +104,6 @@ cache: .deploy_dev_webapi_tmpl: &deploy_dev_webapi_tmpl <<: *deploy_dev_tmpl - stage: deploy:dev tags: - dev environment: @@ -123,6 +119,7 @@ cache: S3_BUCKET_PUBLIC: saas-starter-kit-public webapi:build:dev: <<: *deploy_dev_webapi_tmpl + stage: build:dev variables: NO_DEPLOY: "true" only: @@ -131,6 +128,7 @@ webapi:build:dev: - dev-web-api webapi:deploy:dev: <<: *deploy_dev_webapi_tmpl + stage: deploy:dev variables: NO_BUILD: "true" dependencies: