Skip to content

Commit

Permalink
remove unused environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea authored Dec 12, 2024
1 parent 2b5e2a6 commit 8ac0f7b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/jobs/kubernetes/sig-testing/apidiff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ presubmits:
# which the PR branch diverged from the target branch.
# We get that from "git merge-base".
- "./hack/apidiff.sh -r $(git merge-base ${PULL_BASE_SHA} ${PULL_PULL_SHA}) -t ${PULL_PULL_SHA} ./staging/src/k8s.io/code-generator/examples ./staging/src/k8s.io/client-go"
env:
- name: REPO_DIR
value: /workspace/k8s.io/kubernetes
resources:
# Memory limits are derived from pull-kubernetes-verify, with less CPUs.
limits:
Expand Down

0 comments on commit 8ac0f7b

Please sign in to comment.