Skip to content

Commit

Permalink
fix broken URL in unit.yaml GH action (#2335)
Browse files Browse the repository at this point in the history
Signed-off-by: Josef Karasek <jkarasek@redhat.com>
Upstream-repository: operator-lifecycle-manager
Upstream-commit: 35deef283a7b0595d6213a66c395731fd0588cdd
  • Loading branch information
josefkarasek authored and timflannagan committed Sep 28, 2021
1 parent 6d43833 commit c8fc03b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
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/
curl -L https://github.com/kubernetes-sigs/kubebuilder/releases/download/v2.3.1/kubebuilder_2.3.1_${os}_${arch}.tar.gz | tar -xz -C /tmp/
sudo mv /tmp/kubebuilder_2.3.1_${os}_${arch} /usr/local/kubebuilder
- name: Run unit tests
run: make unit

0 comments on commit c8fc03b

Please sign in to comment.