Skip to content

[15.0][IMP] stock_rest_api: added more data to qty dict #35

[15.0][IMP] stock_rest_api: added more data to qty dict

[15.0][IMP] stock_rest_api: added more data to qty dict #35

Workflow file for this run

name: Clean Deployment
on:
pull_request:
branches:
- "[0-9]+.0"
types: [ closed ]
jobs:
delete:
name: GKE Delete Deploy
runs-on: ubuntu-latest
steps:
- uses: rlespinasse/[email protected]
- name: Download deployment artifact
uses: dawidd6/action-download-artifact@v2
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: tests.yaml
name: deployment-${{ env.GITHUB_HEAD_REF_SLUG }}
- uses: google-github-actions/[email protected]
with:
cluster_name: ${{ secrets.GKE_CLUSTER }}
location: ${{ secrets.GKE_ZONE }}
credentials: ${{ secrets.GKE_SA_KEY }}
project_id: ${{ secrets.GKE_PROJECT }}
# Remove the Docker image from the GKE cluster
- name: Remove Deployment
continue-on-error: true
run: |
kubectl delete -f deployment.yaml