Skip to content

Commit 0acd446

Browse files
committed
Fix CI: Remove redundant MASTER_DATA_DIRECTORY terminology
1 parent 8cac6b5 commit 0acd446

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/binary-swap-check.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -560,10 +560,7 @@ jobs:
560560
set -eo pipefail
561561
CURRENT_RPM=$(ls "${GITHUB_WORKSPACE}"/current_rpm/*.rpm | head -1)
562562
echo "Installing current RPM: ${CURRENT_RPM}"
563-
564-
# Since package name is same, dnf might treat it as upgrade.
565-
# We force install or use 'allowerasing' if needed.
566-
# But we want dependencies too.
563+
567564
dnf install -y "${CURRENT_RPM}" || dnf upgrade -y "${CURRENT_RPM}"
568565
569566
# Check installed location
@@ -616,6 +613,7 @@ jobs:
616613
fi
617614
cd ${GITHUB_WORKSPACE}/gpAux/gpdemo
618615
make cluster
616+
source gpdemo-env.sh
619617
gpstop -a
620618
"
621619

0 commit comments

Comments
 (0)