We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cac6b5 commit 0acd446Copy full SHA for 0acd446
1 file changed
.github/workflows/binary-swap-check.yml
@@ -560,10 +560,7 @@ jobs:
560
set -eo pipefail
561
CURRENT_RPM=$(ls "${GITHUB_WORKSPACE}"/current_rpm/*.rpm | head -1)
562
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.
+
567
dnf install -y "${CURRENT_RPM}" || dnf upgrade -y "${CURRENT_RPM}"
568
569
# Check installed location
@@ -616,6 +613,7 @@ jobs:
616
613
fi
617
614
cd ${GITHUB_WORKSPACE}/gpAux/gpdemo
618
615
make cluster
+ source gpdemo-env.sh
619
gpstop -a
620
"
621
0 commit comments