Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
Cortey committed Nov 30, 2023
1 parent e6f62ef commit 4d4f777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prow/jobs/kyma-project/serverless/serverless-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ presubmits: # runs on PRs
- name: IMG_DIRECTORY
value: "dev"
- name: IMG_VERSION
value: "PR-$PULL_NUMBER"
value: "PR-${PULL_NUMBER}"
resources:
requests:
memory: 4Gi
Expand Down
2 changes: 1 addition & 1 deletion templates/data/serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ templates:
description: serverless manager verify on k3d vm
env:
IMG_DIRECTORY: "dev"
IMG_VERSION: "PR-$PULL_NUMBER"
IMG_VERSION: "PR-${PULL_NUMBER}"
args:
- bash
- -c
Expand Down

0 comments on commit 4d4f777

Please sign in to comment.