chore: ci
This commit is contained in:
parent
1cd28e97d9
commit
4f68d982da
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ steps:
|
||||||
- cd resources/infra
|
- cd resources/infra
|
||||||
- terraform init
|
- terraform init
|
||||||
- env
|
- env
|
||||||
- echo '${USERSTORE_SQLITE_PATH}'
|
- echo '$${USERSTORE_SQLITE_PATH}'
|
||||||
- sed -i 's@git.keks.cloud/kekskurse/miniauth:latest@git.keks.cloud/kekskurse/miniauth:${CI_COMMIT_SHA}@g' scw-container.tf
|
- 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
|
- cat scw-container.tf
|
||||||
|
|
|
||||||
Reference in a new issue