Skip to content

Commit

Permalink
Use grep instead of yq
Browse files Browse the repository at this point in the history
  • Loading branch information
grischperl committed Dec 28, 2023
1 parent b14c40a commit acc5b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Deploy NATS Manager
run: |
version=$(yq 'MODULE_VERSION' /home/runner/work/eventing-publisher-proxy/eventing-publisher-proxy/nats-manager/.version)
version=$(grep 'MODULE_VERSION' /home/runner/work/eventing-publisher-proxy/eventing-publisher-proxy/nats-manager/.version | cut -d'=' -f2)
make -C nats-manager deploy IMG=europe-docker.pkg.dev/kyma-project/prod/nats-manager:$version
kubectl get -n kyma-system deployment nats-manager -o=jsonpath='{$.spec.template.spec.containers[:1].image}'
Expand Down

0 comments on commit acc5b7d

Please sign in to comment.