Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into feature/swagger-proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges committed Apr 29, 2021
2 parents 0829ed1 + 0d54341 commit 27e7e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ echo "Installing go-task…"
curl -sL "https://github.com/go-task/task/releases/download/v3.0.0/task_linux_amd64.tar.gz" | tar xz -C "$TOOL_DEST" task

# Install kubebuilder
echo "Installing kubebuilder…"
os=$(go env GOOS)
arch=$(go env GOARCH)
echo "Installing kubebuilder ($os $arch)…"
curl -L "https://go.kubebuilder.io/dl/2.3.1/${os}/${arch}" | tar -xz -C /tmp/
mv "/tmp/kubebuilder_2.3.1_${os}_${arch}" "$KUBEBUILDER_DEST"

Expand Down

0 comments on commit 27e7e6c

Please sign in to comment.