cat version file during ci build step
This commit is contained in:
parent
c5282c41a0
commit
a45cd45d43
1 changed files with 2 additions and 2 deletions
|
@ -105,6 +105,7 @@ steps:
|
||||||
- git fetch -tq
|
- git fetch -tq
|
||||||
- npm install > /dev/null
|
- npm install > /dev/null
|
||||||
- npm run build
|
- npm run build
|
||||||
|
- cat VERSION
|
||||||
environment:
|
environment:
|
||||||
FORCE_COLOR: true
|
FORCE_COLOR: true
|
||||||
NPM_CONFIG_LOGLEVEL: error
|
NPM_CONFIG_LOGLEVEL: error
|
||||||
|
@ -113,7 +114,6 @@ steps:
|
||||||
image: node:lts
|
image: node:lts
|
||||||
commands:
|
commands:
|
||||||
- npm run pack
|
- npm run pack
|
||||||
- cat VERSION
|
|
||||||
environment:
|
environment:
|
||||||
FORCE_COLOR: true
|
FORCE_COLOR: true
|
||||||
NPM_CONFIG_LOGLEVEL: error
|
NPM_CONFIG_LOGLEVEL: error
|
||||||
|
@ -286,6 +286,6 @@ depends_on:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 824972fa13d0de3ab2bee5628c93c37966a165fde1b6072805c454a15399462e
|
hmac: e0710630d0e540bb93561e760d0c4cfa4a67d2ee715993e7bb29e03d79f83d53
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue