Initial commit
This commit is contained in:
11
.gitea/actions/delete/action.yml
Normal file
11
.gitea/actions/delete/action.yml
Normal file
@ -0,0 +1,11 @@
|
||||
name: Stop pg for tests
|
||||
inputs:
|
||||
service_name:
|
||||
required: true
|
||||
runs:
|
||||
using: composite
|
||||
env:
|
||||
SERVICE_NAME: ${{ inputs.service_name }}
|
||||
steps:
|
||||
run: werf kubectl delete service/${SERVICE_NAME} --ignore-not-found
|
||||
run: werf kubectl delete pod/${SERVICE_NAME} --ignore-not-found
|
||||
Reference in New Issue
Block a user