Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
emil-jacero committed Jun 15, 2024
1 parent 3b6a44b commit 4245882
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
- name: Verify Kubebuilder installation
run: |
if ! command -v kubebuilder &> /dev/null; then
curl -L https://go.kubebuilder.io/dl/latest/linux/amd64 | tar -xz -C /usr/local/
curl -L -o kubebuilder "https://go.kubebuilder.io/dl/latest/$(go env GOOS)/$(go env GOARCH)"
chmod +x kubebuilder && mv kubebuilder /usr/local/bin/
export PATH=$PATH:/usr/local/kubebuilder/bin
fi
Expand Down

0 comments on commit 4245882

Please sign in to comment.