From 2a68c60709b718ed2cf7716c0cd73731143a4ee4 Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Tue, 28 Jul 2020 08:25:35 +0100 Subject: [PATCH] Remove master condition temporarily for test purpose --- .circleci/config.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8d8ebd8855..a8895e21b5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -237,12 +237,7 @@ jobs: - run: npm run build:libs - run: npm run downloadsolc_root - run: npm run build - - run: - name: Deploy - command: | - if [ "${CIRCLE_BRANCH}" == "master" ]; then - ./apps/remix-ide/ci/deploy_from_travis_remix-alpha.sh; - fi + - run: ./apps/remix-ide/ci/deploy_from_travis_remix-alpha.sh - store_artifacts: path: ./apps/remix-ide/reports/screenshots