trying building with node image
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
62e854f9fc
commit
ca2ade8af5
|
|
@ -8,12 +8,12 @@ steps:
|
|||
commands:
|
||||
- git clone https://git.deligraph.be/Antoine/Deligraph-V3
|
||||
- name: Installation du package
|
||||
image: alpine/git
|
||||
image: node
|
||||
commands:
|
||||
- cd Deligraph-V3
|
||||
- npm install
|
||||
- name: Build du package
|
||||
image: alpine/git
|
||||
image: node
|
||||
commands:
|
||||
- cd Deligraph-V3
|
||||
- npm run production
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user