This commit is contained in:
@@ -43,7 +43,7 @@ steps:
|
|||||||
- name: update_version
|
- name: update_version
|
||||||
image: *node_image
|
image: *node_image
|
||||||
commands: |
|
commands: |
|
||||||
ls -als database
|
ls -alsR database
|
||||||
npm ci --cache .npm --prefer-offline
|
npm ci --cache .npm --prefer-offline
|
||||||
source $CI_WORKSPACE/version.env
|
source $CI_WORKSPACE/version.env
|
||||||
if [ "$version_type" != "none" ]; then
|
if [ "$version_type" != "none" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user