Skip to content

Commit ae698fb

Browse files
author
liushengsong
committed
Fix: rename greenplum_path.sh to cloudberry-env.sh in CI workflow
Update pg16-merge-validation workflow to use the correct cloudberry-env.sh script name for sourcing environment variables.
1 parent 8ff574b commit ae698fb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pg16-merge-validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)