Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
postgres-operator
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
zalando
postgres-operator
Commits
d2e0a88c
Commit
d2e0a88c
authored
Dec 6, 2021
by
Felix Kunde
Browse files
Options
Downloads
Patches
Plain Diff
use go install also for kind
parent
4b56631c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
e2e/Makefile
+3
-3
3 additions, 3 deletions
e2e/Makefile
with
3 additions
and
3 deletions
e2e/Makefile
+
3
−
3
View file @
d2e0a88c
...
...
@@ -45,9 +45,9 @@ push: docker
tools
:
# install pinned version of 'kind'
# go
get
must run outside of a dir with a
(
module-based
)
Go project
!
# otherwise go
get
updates project's dependencies and/or behaves differently
cd
"/tmp"
&&
GO111MODULE
=
on go
get
-d
sigs.k8s.io/kind@v0.11.1
# go
install
must run outside of a dir with a
(
module-based
)
Go project
!
# otherwise go
install
updates project's dependencies and/or behaves differently
cd
"/tmp"
&&
GO111MODULE
=
on go
install
sigs.k8s.io/kind@v0.11.1
e2etest
:
tools copy clean
./run.sh main
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment