Skip to content

Commit 389aa18

Browse files
committed
Fix StackHPC cloud tests not run except on upgrades
the conjunction produced the string 'false', which broke the run
1 parent 9dc7301 commit 389aa18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ jobs:
460460
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
461461
$KAYOBE_IMAGE \
462462
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh '$KAYOBE_CONFIG_PATH/ansible/stackhpc-cloud-tests.yml' \
463-
${{ inputs.upgrade && '-e selinux_state=disabled' }} \
463+
${{ (inputs.upgrade && '-e selinux_state=disabled') || '' }} \
464464
-e sct_version=${{ inputs.stackhpc_cloud_tests_version }}
465465
env:
466466
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}

0 commit comments

Comments
 (0)