Skip to content

Commit

Permalink
Use npm install for update-changelog job
Browse files Browse the repository at this point in the history
  • Loading branch information
ntimo committed Mar 22, 2020
1 parent c5dcd09 commit 426e928
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ steps:
pull: default
image: node:latest
commands:
- npm ci
- npm install
- npm run verion
when:
branch:
Expand All @@ -145,6 +145,6 @@ steps:

---
kind: signature
hmac: 8a9457be24d736be5037b22053d9e675e90ad68f8b1773211c0c10a6d944cfdb
hmac: 8eab4b24780114e53999af55c5463cfdc42168deae29de6f25b19f4299cf2452

...
2 changes: 1 addition & 1 deletion ci-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# Author: ntimo

echo "mailcow__upload_results: true" > /drone/src/group_vars/all/drone_mailcow__upload_results.yml
echo "mailcow__upload_results: false" > /drone/src/group_vars/all/drone_mailcow__upload_results.yml

0 comments on commit 426e928

Please sign in to comment.