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:
authorRobert Kaussow <mail@thegeeklab.de>2022-08-30 09:40:34 +0300
committerRobert Kaussow <mail@thegeeklab.de>2022-08-30 09:40:34 +0300
commitc5282c41a0c635a411eb8fd311502054defbe6a5 (patch)
treeb2c91a1142123d200162460c688b52e660a6f8f6
parent621c093fa7afab751a088c6d28e6468972b4618c (diff)
ci: fix version generation in build pipeline
-rw-r--r--.drone.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 40a4719..c39458f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -102,6 +102,7 @@ steps:
- name: assets
image: node:lts
commands:
+ - git fetch -tq
- npm install > /dev/null
- npm run build
environment:
@@ -111,8 +112,6 @@ steps:
- name: package
image: node:lts
commands:
- - git fetch -tq
- - npm install > /dev/null
- npm run pack
- cat VERSION
environment:
@@ -287,6 +286,6 @@ depends_on:
---
kind: signature
-hmac: d2f6d5e29e96182c29eb0f15bffe74e4b7983d582467456d84af03780cb472ba
+hmac: 824972fa13d0de3ab2bee5628c93c37966a165fde1b6072805c454a15399462e
...