Skip to content

Commit

Permalink
Fix serverlesss release script path (#9421)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus authored Nov 28, 2023
1 parent 7c5cf54 commit 9663f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ postsubmits: # runs on main
type: RuntimeDefault
allowPrivilegeEscalation: false
command:
- "./scripts/release.sh"
- "./.github/scripts/release.sh"
args:
- "ci"
env:
Expand Down
2 changes: 1 addition & 1 deletion templates/data/serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ templates:
KUSTOMIZE_VERSION: "v4.5.6"
MODULE_REGISTRY: "europe-docker.pkg.dev/kyma-project/prod/unsigned"
IMG: "europe-docker.pkg.dev/kyma-project/prod/serverless-operator:${PULL_BASE_REF}"
command: "./scripts/release.sh"
command: "./.github/scripts/release.sh"
args:
- "ci"
branches:
Expand Down

0 comments on commit 9663f0f

Please sign in to comment.