chore: ci
This commit is contained in:
parent
262dd99554
commit
6101e6fe84
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ steps:
|
|||
- terraform init
|
||||
- env
|
||||
- sed -i 's@git.keks.cloud/kekskurse/miniauth:latest@git.keks.cloud/kekskurse/miniauth:${CI_COMMIT_SHA}@g' scw-container.tf
|
||||
- sed -i 's@USERSTORE_SQLITE_PATH_SED@test:${USERSTORE_SQLITE_PATH}@g' scw-container.tf
|
||||
- sed -i 's@USERSTORE_SQLITE_PATH_SED@test:$${USERSTORE_SQLITE_PATH}@g' scw-container.tf
|
||||
- cat scw-container.tf
|
||||
- terraform plan
|
||||
#- terraform apply -auto-approve
|
||||
|
|
|
|||
Reference in a new issue