Skip to content

Commit

Permalink
Merge pull request #1617 from mboersma/no-dogs-no-hamsters
Browse files Browse the repository at this point in the history
Remove dangling references to old branch
  • Loading branch information
k8s-ci-robot authored Aug 17, 2021
2 parents 87d3a08 + 0d84a74 commit 2e16aff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cover.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
on:
push:
branches:
- master # TODO: remove this after rename
- main

jobs:
Expand Down
4 changes: 2 additions & 2 deletions scripts/ci-apidiff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ REPO_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
cd "${REPO_ROOT}"

APIDIFF="${PWD}/hack/tools/bin/go-apidiff"
PULL_BASE_SHA=${PULL_BASE_SHA:-$(git rev-parse origin/master)}
PULL_BASE_SHA=${PULL_BASE_SHA:-$(git rev-parse origin/main)}

make "${APIDIFF}"
echo "*** Running go-apidiff ***"

${APIDIFF} "${PULL_BASE_SHA}" --print-compatible
${APIDIFF} "${PULL_BASE_SHA}" --print-compatible

0 comments on commit 2e16aff

Please sign in to comment.