Make sure that install without asking bitbucket-pipelines.yml
This commit is contained in:
parent
42a8ea4fab
commit
5a264a6347
|
@ -7,12 +7,12 @@ pipelines:
|
|||
- step:
|
||||
script: # Modify the commands below to build your repository.
|
||||
- apt-get update
|
||||
- apt-get install apt-transport-https
|
||||
- apt-get install -y apt-transport-https
|
||||
- curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
|
||||
- echo 'deb https://deb.nodesource.com/node_5.x jessie main' > /etc/apt/sources.list.d/nodesource.list
|
||||
- echo 'deb-src https://deb.nodesource.com/node_5.x jessie main' >> /etc/apt/sources.list.d/nodesource.list
|
||||
- apt-get update
|
||||
- apt-get install nodejs
|
||||
- apt-get install -y nodejs
|
||||
- pip install -r requirements-dev.txt
|
||||
- npm install -g coffeescript karma-cli browserify
|
||||
- npm install
|
||||
|
|
Loading…
Reference in New Issue