mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +00:00
9a8bcc0550
...to work around unexpected failure running test suite via gulp verify, https://circleci.com/gh/nasa/openmct/1981
26 lines
517 B
YAML
26 lines
517 B
YAML
deployment:
|
|
production:
|
|
branch: master
|
|
commands:
|
|
- npm install canvas nomnoml
|
|
- ./build-docs.sh
|
|
- git fetch --unshallow
|
|
- git push git@heroku.com:openmctweb-demo.git $CIRCLE_SHA1:refs/heads/master
|
|
openmct-demo:
|
|
branch: live_demo
|
|
heroku:
|
|
appname: openmct-demo
|
|
openmctweb-staging-deux:
|
|
branch: mobile
|
|
heroku:
|
|
appname: openmctweb-staging-deux
|
|
test:
|
|
post:
|
|
- gulp lint
|
|
- gulp checkstyle
|
|
|
|
general:
|
|
branches:
|
|
ignore:
|
|
- gh-pages
|