Skip to content

Commit

Permalink
Set here
Browse files Browse the repository at this point in the history
  • Loading branch information
rubik-cube-man committed Dec 13, 2023
1 parent e5df263 commit e7c263b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,10 @@ jobs:
with:
go-version: '^1.13.1'

- name: Set go bin
- name: Install operator-sdk
run: |
export GOPATH=$HOME/go
export GOBIN=$(go env GOPATH)/bin
- name: Install operator-sdk
run: |
git clone https://github.com/operator-framework/operator-sdk
cd operator-sdk
git checkout master
Expand Down

0 comments on commit e7c263b

Please sign in to comment.