Change the ProcessMaker Ver. to Lurana Ver.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -7,12 +7,14 @@ composer.phar
|
||||
upgrade.log
|
||||
temp.txt
|
||||
update.sh
|
||||
.env
|
||||
|
||||
# Ignore build artifacts and logs
|
||||
workflow/public_html/build-log.html
|
||||
workflow/public_html/mix-manifest.json
|
||||
workflow/public_html/index.html
|
||||
workflow/public_html/webapp/
|
||||
workflow/public_html/fileManager/
|
||||
workflow/public_html/translations/
|
||||
workflow/public_html/files/
|
||||
workflow/engine/gulliver
|
||||
@@ -37,6 +39,7 @@ vendor/*
|
||||
session.data
|
||||
node_modules/
|
||||
**/cache/
|
||||
storage/
|
||||
|
||||
# Ignore test files and directories
|
||||
tests/functional/pm3FunctionalTests.iml
|
||||
|
||||
@@ -9,7 +9,7 @@ build_job:
|
||||
stage: build
|
||||
script:
|
||||
# Download fileManager
|
||||
- bash docker/download_filemanager.sh "1.0.7"
|
||||
- bash docker/download_filemanager.sh "1.0.9"
|
||||
- bash docker/build.sh $VERSION
|
||||
|
||||
before_script:
|
||||
|
||||
@@ -272,7 +272,7 @@ class Admin extends Controller
|
||||
$properties = array ();
|
||||
$ee = '';
|
||||
|
||||
$systemName = 'ProcessMaker';
|
||||
$systemName = 'Lurana';
|
||||
if (defined('SYSTEM_NAME')) {
|
||||
$systemName = SYSTEM_NAME;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user