diff --git a/.drone.yml b/.drone.yml index ab11599..7ee4bd5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,12 +8,12 @@ steps: commands: - git clone https://git.deligraph.be/Antoine/Deligraph-V3 - name: Installation du package - image: alpine + image: alpine/git commands: - cd Deligraph-V3 - npm install - name: Build du package - image: alpine + image: alpine/git commands: - cd Deligraph-V3 - npm run production