Skip to content

Commit

Permalink
remove 1.24.yaml and 1.25.yaml entries in deploy-lts-prow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianping Zeng committed Jul 11, 2024
1 parent 26a10e8 commit 457b0a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-lts-prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ jobs:
- name: 'Create job configs'
run: |
envsubst < config/prow/release-branch-jobs/base.yaml > cm.yaml
envsubst < config/prow/release-branch-jobs/1.24.yaml >> cm.yaml
envsubst < config/prow/release-branch-jobs/1.25.yaml >> cm.yaml
envsubst < config/prow/release-branch-jobs/1.27.yaml >> cm.yaml
kubectl create configmap config -n prow --from-file=config.yaml=cm.yaml -o yaml --dry-run=client | kubectl apply -f -
rm cm.yaml
Expand Down

0 comments on commit 457b0a5

Please sign in to comment.