fix CI/CD tags version in admin page
This commit is contained in:
@@ -28,6 +28,9 @@ npm install
|
||||
npm run dev
|
||||
ls -lhs workflow/public_html/webapp
|
||||
|
||||
# write the version in php file
|
||||
echo -e "<?php \n define('PM_VERSION', '$1');\n" > ./workflow/engine/methods/login/version-pmos.php
|
||||
|
||||
# Construct the Docker image tag name
|
||||
tagname="gitlab.luranasoft.com:5050/luos/core/luos:$1"
|
||||
echo "Docker tag name: $tagname"
|
||||
|
||||
Reference in New Issue
Block a user