config
This commit is contained in:
@ -5,10 +5,10 @@ inputs:
|
||||
|
||||
runs:
|
||||
using: composite
|
||||
env:
|
||||
SERVICE_NAME: ${{ inputs.service_name }}
|
||||
steps:
|
||||
- run: werf kubectl delete service/${SERVICE_NAME} --ignore-not-found
|
||||
shell: bash
|
||||
- run: werf kubectl delete pod/${SERVICE_NAME} --ignore-not-found
|
||||
- run: |
|
||||
werf kubectl delete service/${SERVICE_NAME} --ignore-not-found
|
||||
werf kubectl delete pod/${SERVICE_NAME} --ignore-not-found
|
||||
shell: bash
|
||||
env:
|
||||
SERVICE_NAME: ${{ inputs.service_name }}
|
||||
|
||||
Reference in New Issue
Block a user