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:58:34 +0300
committerRobert Kaussow <mail@thegeeklab.de>2022-08-30 09:58:34 +0300
commita45cd45d43a8d6c0ef8d67a02d0820675f37be61 (patch)
tree7b6c6975096a3828af5c318f51dae75f8ac6b800
parentc5282c41a0c635a411eb8fd311502054defbe6a5 (diff)
cat version file during ci build step
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index c39458f..0ee51ee 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -105,6 +105,7 @@ steps:
- git fetch -tq
- npm install > /dev/null
- npm run build
+ - cat VERSION
environment:
FORCE_COLOR: true
NPM_CONFIG_LOGLEVEL: error
@@ -113,7 +114,6 @@ steps:
image: node:lts
commands:
- npm run pack
- - cat VERSION
environment:
FORCE_COLOR: true
NPM_CONFIG_LOGLEVEL: error
@@ -286,6 +286,6 @@ depends_on:
---
kind: signature
-hmac: 824972fa13d0de3ab2bee5628c93c37966a165fde1b6072805c454a15399462e
+hmac: e0710630d0e540bb93561e760d0c4cfa4a67d2ee715993e7bb29e03d79f83d53
...