Remove master condition temporarily for test purpose

pull/5370/head
ioedeveloper 5 years ago
parent 3ab373a13d
commit 2a68c60709
  1. 7
      .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

Loading…
Cancel
Save