Skip to content

Commit

Permalink
Merge pull request #58 from jetstack/fix-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
maelvls committed Jan 20, 2022
2 parents 38289b0 + b8a0704 commit bd2c07b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,11 @@ jobs:
run_tests:
runs-on: ubuntu-latest
steps:
-
name: install kubebuilder
run: |
os=$(go env GOOS)
arch=$(go env GOARCH)
curl -L https://go.kubebuilder.io/dl/2.3.1/${os}/${arch} | tar -xz -C /tmp/
sudo mv /tmp/kubebuilder_2.3.1_${os}_${arch} /usr/local/kubebuilder
export PATH=$PATH:/usr/local/kubebuilder/bin
-
name: Install Go
uses: actions/setup-go@v2
with:
go-version: '^1.16'
go-version: '^1.17'
-
name: Checkout
uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,3 @@ KUBECTL=$(GOBIN)/kubectl
else
KUBECTL=$(shell which kubectl)
endif

0 comments on commit bd2c07b

Please sign in to comment.