mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
build timeouts
This commit is contained in:
parent
4778637bd5
commit
cadafaa3b6
14
circle.yml
14
circle.yml
@ -7,19 +7,6 @@ jobs:
|
||||
branches:
|
||||
- only:
|
||||
- cci2
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: Install node modules
|
||||
command: npm i
|
||||
- run: npm run build
|
||||
update_docs:
|
||||
working_directory: ~/ionic-native/
|
||||
docker:
|
||||
- image: node:7
|
||||
branches:
|
||||
- only:
|
||||
- cci2 # set this to master
|
||||
steps:
|
||||
- run:
|
||||
name: Prepare ionic-site repo
|
||||
@ -31,6 +18,7 @@ jobs:
|
||||
- run:
|
||||
name: Install node modules
|
||||
command: npm i
|
||||
- run: npm run lint
|
||||
- run:
|
||||
name: Update docs
|
||||
command: ./scripts/docs/update_docs.sh
|
||||
|
Loading…
Reference in New Issue
Block a user