File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4242 id : check-versions
4343 working-directory : kbve-repo
4444 run : |
45- STATEFULSET_FILE="kbve/ apps/kube/realtime/manifests/realtime-statefulset.yaml"
45+ STATEFULSET_FILE="apps/kube/realtime/manifests/realtime-statefulset.yaml"
4646
4747 # Debug: Check if file exists
4848 if [ ! -f "$STATEFULSET_FILE" ]; then
@@ -104,7 +104,7 @@ jobs:
104104 run : |
105105 NEW_VERSION="${{ steps.check-versions.outputs.new_version }}"
106106 BRANCH_NAME="${{ steps.check-pr.outputs.branch_name }}"
107- STATEFULSET_FILE="kbve/ apps/kube/realtime/manifests/realtime-statefulset.yaml"
107+ STATEFULSET_FILE="apps/kube/realtime/manifests/realtime-statefulset.yaml"
108108
109109 # Debug: Check if file exists
110110 if [ ! -f "$STATEFULSET_FILE" ]; then
You can’t perform that action at this time.
0 commit comments