From f088b3d4ad9b0a8dd3b94bddc805a8afafc84cb7 Mon Sep 17 00:00:00 2001 From: James McMullan Date: Mon, 6 May 2024 09:42:13 -0400 Subject: [PATCH] HPCC4J-600 Bare metal github action breaking dafilesrv certs unavailable (#707) - Added a manual call to setupPKI Signed-off-by: James McMullan James.McMullan@lexisnexis.com Signed-off-by: James McMullan James.McMullan@lexisnexis.com --- .github/workflows/baremetal-regression-suite.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/baremetal-regression-suite.yml b/.github/workflows/baremetal-regression-suite.yml index be196249a..b46baae07 100644 --- a/.github/workflows/baremetal-regression-suite.yml +++ b/.github/workflows/baremetal-regression-suite.yml @@ -151,6 +151,10 @@ jobs: sudo dpkg -i hpccsystems-platform-community_*.deb sudo apt-get -f install -y + - name: Setup Certificates + run: | + sudo /opt/HPCCSystems/etc/init.d/setupPKI + - name: Start HPCC-Platform shell: "bash" run: |