Skip to content

Commit

Permalink
Try to use Github variable
Browse files Browse the repository at this point in the history
  • Loading branch information
grischperl committed Dec 27, 2023
1 parent 9cba00a commit f7dcbe2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
run: |
kubectl create ns kyma-system
- name: Set Kyma CLI Variable
run: |
echo "KYMA_CLI=/home/runner/work/eventing-publisher-proxy/eventing-publisher-proxy/eventing-manager/bin/kyma-unstable" >> $GITHUB_ENV
- name: Setup NATS via Lifecycle Manager
run: |
make -C eventing-manager/hack/ci/ get-nats-via-lifecycle-manager
Expand Down

0 comments on commit f7dcbe2

Please sign in to comment.