Commit a359581e authored by ioedeveloper's avatar ioedeveloper

Remove master condition temporarily for test purpose

parent 4908d6cd
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment