Skip to content

Commit a969ae5

Browse files
committed
simplify appws components
1 parent 3a1ac44 commit a969ae5

1 file changed

Lines changed: 1 addition & 43 deletions

File tree

9.0.x/pipeline.yaml

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -644,49 +644,7 @@ spec:
644644
export MANAGE_AIO_FLAG=false
645645
export MAS_APP_ID=manage
646646
647-
COMPONENTS="base=latest"
648-
649-
if [[ "$(params.mas-manage-component-acm)" == "true" ]]; then
650-
COMPONENTS+=",acm=latest"
651-
if [[ "$(params.mas-manage-component-aviation)" == "true" ]]; then
652-
COMPONENTS+=",aviation=latest"
653-
if [[ "$(params.mas-manage-component-civil)" == "true" ]]; then
654-
COMPONENTS+=",civil=latest"
655-
if [[ "$(params.mas-manage-component-envizi)" == "true" ]]; then
656-
COMPONENTS+=",envizi=latest"
657-
if [[ "$(params.mas-manage-component-health)" == "true" ]]; then
658-
COMPONENTS+=",health=latest"
659-
if [[ "$(params.mas-manage-component-hse)" == "true" ]]; then
660-
COMPONENTS+=",hse=latest"
661-
if [[ "$(params.mas-manage-component-icd)" == "true" ]]; then
662-
COMPONENTS+=",icd=latest"
663-
if [[ "$(params.mas-manage-component-nuclear)" == "true" ]]; then
664-
COMPONENTS+=",nuclear=latest"
665-
if [[ "$(params.mas-manage-component-oilandgas)" == "true" ]]; then
666-
COMPONENTS+=",oilandgas=latest"
667-
if [[ "$(params.mas-manage-component-oracleadapter)" == "true" ]]; then
668-
COMPONENTS+=",oracleadapter=latest"
669-
if [[ "$(params.mas-manage-component-sapadapter)" == "true" ]]; then
670-
COMPONENTS+=",sapadapter=latest"
671-
if [[ "$(params.mas-manage-component-serviceprovider)" == "true" ]]; then
672-
COMPONENTS+=",serviceprovider=latest"
673-
if [[ "$(params.mas-manage-component-spatial)" == "true" ]]; then
674-
COMPONENTS+=",spatial=latest"
675-
if [[ "$(params.mas-manage-component-strategize)" == "true" ]]; then
676-
COMPONENTS+=",strategize=latest"
677-
if [[ "$(params.mas-manage-component-transportation)" == "true" ]]; then
678-
COMPONENTS+=",transportation=latest"
679-
if [[ "$(params.mas-manage-component-tririga)" == "true" ]]; then
680-
COMPONENTS+=",tririga=latest"
681-
if [[ "$(params.mas-manage-component-utilities)" == "true" ]]; then
682-
COMPONENTS+=",utilities=latest"
683-
if [[ "$(params.mas-manage-component-workday)" == "true" ]]; then
684-
COMPONENTS+=",workday=latest"
685-
686-
687-
#export MAS_APPWS_COMPONENTS="$(params.mas-appws-components)"
688-
689-
export MAS_APPWS_COMPONENTS=$COMPONENTS
647+
export MAS_APPWS_COMPONENTS="$(params.mas-appws-components)"
690648
691649
export MAS_APP_SETTINGS_DEMODATA=$(params.install-demo-data)
692650

0 commit comments

Comments
 (0)