From 63bcd88e16633abaefc88706bcfe521d673db39c Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 20 Oct 2020 15:39:56 +0200 Subject: [PATCH] Readd publish to docker --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b8afc8d791..440a788858 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -212,9 +212,9 @@ jobs: - run: npm run build:libs - run: npm run downloadsolc_root - run: npm run build - - run: ./apps/remix-ide/ci/copy_resources.sh - # - run: ./apps/remix-ide/ci/build_and_publish_docker_images.sh + - run: ./apps/remix-ide/ci/copy_resources.sh - run: ./apps/remix-ide/ci/publishIpfs + - run: ./apps/remix-ide/ci/build_and_publish_docker_images.sh deploy-remix-alpha: docker: @@ -280,4 +280,4 @@ workflows: - remix-ide-run-deploy filters: branches: - only: master \ No newline at end of file + only: master