File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -547,7 +547,7 @@ jobs:
547547 # Source greenplum_path and create demo cluster
548548 if ! su - gpadmin -c "
549549 cd ${SRC_DIR}
550- source ${INSTALL_PREFIX}/greenplum_path .sh
550+ source ${INSTALL_PREFIX}/cloudberry-env .sh
551551 make create-demo-cluster
552552 "; then
553553 echo "::error::Demo cluster creation failed"
@@ -731,7 +731,7 @@ jobs:
731731 # Create demo cluster with specified number of segments
732732 su - gpadmin -c "
733733 cd ${SRC_DIR}
734- source ${INSTALL_PREFIX}/greenplum_path .sh
734+ source ${INSTALL_PREFIX}/cloudberry-env .sh
735735 NUM_PRIMARY_MIRROR_PAIRS=${{ matrix.num_primary_mirror_pairs }} make create-demo-cluster
736736 " 2>&1 | tee -a ${LOGS_DIR}/details/cluster-creation.log
737737
@@ -770,7 +770,7 @@ jobs:
770770 config_log="${LOGS_DIR}/details/make-${{ matrix.test }}-config$i.log"
771771
772772 if ! su - gpadmin -c "
773- source ${INSTALL_PREFIX}/greenplum_path .sh
773+ source ${INSTALL_PREFIX}/cloudberry-env .sh
774774 source ${SRC_DIR}/gpAux/gpdemo/gpdemo-env.sh
775775 make -C ${SRC_DIR}/src/test/regress
776776 cd ${SRC_DIR}
You can’t perform that action at this time.
0 commit comments