From 0eb57c90be50d4ba4746d7bff1de5c9c8e9bbfb1 Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 11 Aug 2020 10:45:34 +0200 Subject: [PATCH] renaming --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f0f187fa8f..27e2ff9978 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -189,7 +189,7 @@ jobs: - store_artifacts: path: ./apps/remix-ide/reports/screenshots - publish-docker: + publish: docker: # specify the version you desire here - image: circleci/node:10.19.0-buster @@ -261,7 +261,7 @@ workflows: - remix-ide-run-deploy: requires: - remix-libs - - publish-docker: + - publish: requires: - remix-ide-chrome - remix-ide-firefox