use action_path
This commit is contained in:
@ -19,7 +19,7 @@ runs:
|
||||
using: composite
|
||||
steps:
|
||||
- run: |
|
||||
curl -s https://gitea.vecus.ru/ci/postgres-actions/raw/branch/master/.gitea/actions/create/postgres-template.yaml | envsubst | werf kubectl apply -f -
|
||||
cat ${{ gitea.action_path }}/postgres-template.yaml | envsubst | werf kubectl apply -f -
|
||||
werf kubectl wait --for=condition=ready pod/${POD_NAME} --timeout=600s
|
||||
shell: bash
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user