Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sauterp committed Jan 8, 2025
1 parent e39e59d commit a79c2a9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/destroy-integ-test-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,25 @@ name: destroy-integ-test-cluster

on:
workflow_dispatch:
push:
branches:
- philippsauter/gh-action-delete-test-cluster

jobs:
destroy-integ-test-cluster:
runs-on: ubuntu-latest

steps:
- name: Tag Docker Image
- name: Install exo CLI
run: |
curl -fsSL https://raw.githubusercontent.com/exoscale/cli/master/install-latest.sh | sh
- name: run integ tests
- name: delete the integ test cluster
run: |
exo compute sks delete \
-n \
-f csi-pr-integ-test \
-z ch-gva-2
shell: bash
env:
EXOSCALE_API_KEY: ${{ secrets.EXOSCALE_API_KEY_IAMV3 }}
EXOSCALE_API_SECRET: ${{ secrets.EXOSCALE_API_SECRET_IAMV3 }}

0 comments on commit a79c2a9

Please sign in to comment.