From 16ac7ed0936c505cdf31607fcbd02ed7e0fc5611 Mon Sep 17 00:00:00 2001 From: mahboobeh Date: Mon, 1 Jun 2020 14:30:09 +0800 Subject: [PATCH 1/2] user same node image for all jobs --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b0ccd17fea..35222bdb45 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -115,7 +115,7 @@ commands: jobs: test: docker: - - image: circleci/node:11.15.0 + - image: circleci/node:8.10.0-stretch steps: - git_checkout_from_cache - npm_install @@ -142,7 +142,7 @@ jobs: release_aws_production: docker: - - image: circleci/nide:11.15.0 + - image: circleci/node:8.10.0-stretch steps: - git_checkout_from_cache - npm_install @@ -174,5 +174,5 @@ workflows: branches: ignore: /.*/ tags: - only: /^aws\-production.*/ + only: /^production.*/ context: binary-frontend-artifact-upload From 3be118901698cbfd1be92cbb52bf4920ce252d30 Mon Sep 17 00:00:00 2001 From: mahboobeh Date: Mon, 1 Jun 2020 14:53:18 +0800 Subject: [PATCH 2/2] redo it later --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 35222bdb45..92ff17fa0c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -167,8 +167,6 @@ workflows: filters: branches: ignore: /.*/ - tags: - only: /^production.*/ - release_aws_production: filters: branches: