Skip to content

Commit 85b7e82

Browse files
author
scrungus
committed
not interactive
1 parent b617922 commit 85b7e82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ jobs:
133133
OS_CLOUD: ${{ inputs.OS_CLOUD }}
134134
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
135135
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
136-
TF_LOG: trace
137136

138137
- name: Terraform Apply
139138
run: terraform apply -auto-approve
@@ -214,7 +213,7 @@ jobs:
214213

215214
- name: Magnum container build
216215
run: |
217-
sudo -E docker run -it --rm \
216+
sudo -E docker run -t --rm \
218217
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
219218
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
220219
$KAYOBE_IMAGE \

0 commit comments

Comments
 (0)