Skip to content

Commit

Permalink
HPCC4J-600 Bare metal github action breaking dafilesrv certs unavailable
Browse files Browse the repository at this point in the history
- Added a manual call to setupPKI

Signed-off-by: James McMullan [email protected]
  • Loading branch information
jpmcmu committed May 6, 2024
1 parent 94be4f5 commit 70e0f64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/baremetal-regression-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 70e0f64

Please sign in to comment.