mirror of
https://github.com/lukaszraczylo/kubernetes-images-sync-operator.git
synced 2026-06-11 23:38:45 +00:00
fixup! fixup! fixup! fixup! More fixes, moving from python to golang worker.
This commit is contained in:
@@ -6,6 +6,9 @@ echo "Setting up envtest binaries..."
|
||||
# Install setup-envtest
|
||||
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
|
||||
|
||||
# Add GOPATH/bin to PATH
|
||||
export PATH="${PATH}:$(go env GOPATH)/bin"
|
||||
|
||||
# Download and setup envtest binaries
|
||||
ENVTEST_ASSETS=$(setup-envtest use 1.31.0 --bin-dir /tmp/envtest -p path)
|
||||
echo "KUBEBUILDER_ASSETS=${ENVTEST_ASSETS}" >> $GITHUB_ENV
|
||||
|
||||
Reference in New Issue
Block a user