Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 692783a..40a4719 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -111,6 +111,7 @@ steps:
- name: package
image: node:lts
commands:
+ - git fetch -tq
- npm install > /dev/null
- npm run pack
- cat VERSION
@@ -286,6 +287,6 @@ depends_on:
---
kind: signature
-hmac: eb26add9335c7c40ec3cea16d63c67a0b3edc6759749f5aec4458ed3ceb62dd6
+hmac: d2f6d5e29e96182c29eb0f15bffe74e4b7983d582467456d84af03780cb472ba
...