-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- update gardener dependency to v1.86.0 - update makefile - update go.mod/go.sum - update hack/update-codegen.sh - update annotation(s) in go-files - run generation
- Loading branch information
1 parent
4b73274
commit 643e0f8
Showing
12 changed files
with
446 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,9 +9,4 @@ cd "$(dirname $0)/.." | |
git config --global user.email "[email protected]" | ||
git config --global user.name "Gardener CI/CD" | ||
|
||
# Required due to https://github.com/kubernetes/kubernetes/issues/86753 - can be removed once the issue is fixed. | ||
mkdir -p /go/src/github.com/gardener/machine-controller-manager-provider-openstack | ||
cp -r . /go/src/github.com/gardener/machine-controller-manager-provider-openstack | ||
cd /go/src/github.com/gardener/machine-controller-manager-provider-openstack | ||
|
||
make verify-extended |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.