From 43c1ab3f7ee6dd7204d91e875f560cd4fa6f54fb Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Wed, 17 Aug 2022 19:13:01 +0200 Subject: [PATCH] Try building and running docker in Circle (not sure if works) --- .circleci/config.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 121c36d4d..72ee3f58e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,8 +17,10 @@ commands: description: "Ensure built assets are up to date" steps: - checkout - - run: npm ci - - run: npm run build + # - run: npm ci + - run: make docker-images + - run: make docker-run + - run: make docker-copy-assets - run: name: Ensure built assets are up to date command: | @@ -32,7 +34,7 @@ commands: jobs: build: docker: - - image: 'cimg/python:3.9-node' + - image: 'cimg/python:3.9' steps: - run-build: {} py27: