fixes3
This commit is contained in:
Binary file not shown.
@ -2,10 +2,13 @@ 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
|
||||
- run: werf kubectl delete service/${SERVICE_NAME} --ignore-not-found
|
||||
shell: bash
|
||||
- run: werf kubectl delete pod/${SERVICE_NAME} --ignore-not-found
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user