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