fix CI/CD tags version in admin page
This commit is contained in:
@@ -10,9 +10,9 @@ fi
|
||||
echo "Building Lurana Open Source version $1"
|
||||
|
||||
# Install Node.js 14
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
||||
nvm install 14
|
||||
|
||||
|
||||
@@ -23,11 +23,14 @@ composer install
|
||||
echo "Building Laravel+Vue "
|
||||
|
||||
nvm use 14
|
||||
node -v
|
||||
npm install
|
||||
npm run dev
|
||||
node -v
|
||||
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