Skip to content

Commit

Permalink
pipeline fix
Browse files Browse the repository at this point in the history
Signed-off-by: asamonik <[email protected]>
  • Loading branch information
asamonik committed Aug 7, 2024
1 parent 4990b7e commit ea11199
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
folder: "scheduler/"
- name: "certificate-operator"
folder: "keptn-cert-manager/"
- name: "keptn-gateway"
folder: "keptn-gateway/"
steps:
- name: Check out code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
folder: "scheduler/"
- name: "certificate-operator"
folder: "keptn-cert-manager/"
- name: "keptn-gateway"
folder: "keptn-gateway/"
steps:
- name: Check out code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ env:
# renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
CONTROLLER_TOOLS_VERSION: "v0.15.0"
SCHEDULER_COMPATIBLE_K8S_VERSION: "v0.24.3"
PUBLISHABLE_ITEMS: '[".","lifecycle-operator","metrics-operator","keptn-cert-manager","runtimes/deno-runtime","runtimes/python-runtime","scheduler", "keptn-gateway]'
PUBLISHABLE_ITEMS: '[".","lifecycle-operator","metrics-operator","keptn-cert-manager",
"runtimes/deno-runtime","runtimes/python-runtime","scheduler", "keptn-gateway]'

jobs:
release-please:
Expand Down

0 comments on commit ea11199

Please sign in to comment.