We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b617922 commit 85b7e82Copy full SHA for 85b7e82
.github/workflows/stackhpc-capi-all-in-one.yml
@@ -133,7 +133,6 @@ jobs:
133
OS_CLOUD: ${{ inputs.OS_CLOUD }}
134
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
135
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
136
- TF_LOG: trace
137
138
- name: Terraform Apply
139
run: terraform apply -auto-approve
@@ -214,7 +213,7 @@ jobs:
214
213
215
- name: Magnum container build
216
run: |
217
- sudo -E docker run -it --rm \
+ sudo -E docker run -t --rm \
218
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
219
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
220
$KAYOBE_IMAGE \
0 commit comments