Skip to content

Commit

Permalink
HPCC4J-600 Bare metal github action breaking dafilesrv certs unavaila…
Browse files Browse the repository at this point in the history
…ble (#707)

- Added a manual call to setupPKI

Signed-off-by: James McMullan [email protected]

Signed-off-by: James McMullan [email protected]
  • Loading branch information
jpmcmu authored May 6, 2024
1 parent 631c638 commit f088b3d
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 f088b3d

Please sign in to comment.