Browse Source

smoke test fix

main
Louis Dutoit 6 years ago
parent
commit
73436c4f64
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -54,7 +54,7 @@ jobs:
at: /tmp at: /tmp
- run: - run:
name: Deploy app name: Deploy app
command: echo todo && false
command: echo todo
back-test-unit: back-test-unit:
docker: docker:
- image: circleci/node:dubnium-browsers - image: circleci/node:dubnium-browsers
@ -121,7 +121,7 @@ jobs:
- checkout - checkout
- run: - run:
name: Heroku Deploy name: Heroku Deploy
command: git push https://heroku:062daf4f-43b0-4a56-a15d-d3fe486c2f4b@git.heroku.com/morning-island-14161.git HEAD:master
command: git push https://heroku:062daf4f-43b0-4a56-a15d-d3fe486c2f4b@git.heroku.com/morning-island-14161.git HEAD:main
- run: - run:
name: Smoke Test name: Smoke Test
command: | command: |

Loading…
Cancel
Save