We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9b183e + 389aa18 commit ac8acbeCopy full SHA for ac8acbe
.github/workflows/stackhpc-all-in-one.yml
@@ -480,7 +480,7 @@ jobs:
480
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
481
$KAYOBE_IMAGE \
482
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh '$KAYOBE_CONFIG_PATH/ansible/stackhpc-cloud-tests.yml' \
483
- ${{ inputs.upgrade && '-e selinux_state=disabled' }} \
+ ${{ (inputs.upgrade && '-e selinux_state=disabled') || '' }} \
484
-e sct_version=${{ inputs.stackhpc_cloud_tests_version }}
485
env:
486
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
0 commit comments