fixes3
This commit is contained in:
Binary file not shown.
@ -2,10 +2,13 @@ name: Stop pg for tests
|
|||||||
inputs:
|
inputs:
|
||||||
service_name:
|
service_name:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
env:
|
env:
|
||||||
SERVICE_NAME: ${{ inputs.service_name }}
|
SERVICE_NAME: ${{ inputs.service_name }}
|
||||||
steps:
|
steps:
|
||||||
run: werf kubectl delete service/${SERVICE_NAME} --ignore-not-found
|
- run: werf kubectl delete service/${SERVICE_NAME} --ignore-not-found
|
||||||
run: werf kubectl delete pod/${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