Commit a359581e authored by ioedeveloper's avatar ioedeveloper

Remove master condition temporarily for test purpose

parent 4908d6cd
...@@ -237,12 +237,7 @@ jobs: ...@@ -237,12 +237,7 @@ jobs:
- run: npm run build:libs - run: npm run build:libs
- run: npm run downloadsolc_root - run: npm run downloadsolc_root
- run: npm run build - run: npm run build
- run: - run: ./apps/remix-ide/ci/deploy_from_travis_remix-alpha.sh
name: Deploy
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
./apps/remix-ide/ci/deploy_from_travis_remix-alpha.sh;
fi
- store_artifacts: - store_artifacts:
path: ./apps/remix-ide/reports/screenshots 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