Skip to content

Commit

Permalink
Fix genera_certificates variable in status
Browse files Browse the repository at this point in the history
  • Loading branch information
fcaffieri committed Dec 27, 2024
1 parent 006771c commit 41408e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Test_installation_assistant_distributed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,12 +387,12 @@ jobs:
shell: bash
run: |
PROVISION_INSTANCE="${{ steps.provision_instance.outputs.provision_instance }}"
GENERATE_CERTIFICATES="${{ steps.generate_certificatesinstall.outputs.generate_certificates }}"
GENERATE_CERTIFICATES="${{ steps.generate_certificates.outputs.generate_certificates }}"
COPY_CERTIFICATES="${{ steps.copy_certificates.outputs.copy_certificates }}"
INSTALL_INDEXER="${{ steps.install_indexer.outputs.install_indexer }}"
START_INDEXER="${{ steps.start_indexer.outputs.start_indexer }}"
INSTALL_SERVER="${{ steps.install_server.outputs.install_server }}"
INSTALL_DASHBOARD="${{ steps.install_dashboard-install.outputs.install_dashboard }}"
INSTALL_DASHBOARD="${{ steps.install_dashboard.outputs.install_dashboard }}"
EXECUTE_TEST="${{ steps.execute_test.outputs.execute_test }}"
if [ "$PROVISION_INSTANCE" != "0" ] ; then
Expand Down

0 comments on commit 41408e9

Please sign in to comment.