Skip to content

Commit

Permalink
remove unused envs from operator-verify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anoipm authored and dbadura committed Mar 1, 2024
1 parent 615a50b commit a9087ea
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/operator-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,9 @@ jobs:
run: make -C hack integration-test-on-cluster
env:
IMG: europe-docker.pkg.dev/kyma-project/prod/serverless-operator:${{ github.sha }}
GARDENER_SECRET_NAME: ${{ secrets.GARDENER_SECRET_NAME }}
GARDENER_PROJECT: ${{ secrets.GARDENER_PROJECT }}
GARDENER_SA_PATH: /tmp/gardener-sa.yaml
IMG_DIRECTORY: "prod"
IMG_VERSION: ${{ github.sha }}
- name: deprovision gardener
# https://docs.github.com/en/actions/learn-github-actions/expressions#always
if: ${{ always() }}
run: make -f hack/tools/gardener/Makefile deprovision-gardener
env:
GARDENER_SECRET_NAME: ${{ secrets.GARDENER_SECRET_NAME }}
GARDENER_PROJECT: ${{ secrets.GARDENER_PROJECT }}
GARDENER_SA_PATH: /tmp/gardener-sa.yaml

0 comments on commit a9087ea

Please sign in to comment.