Skip to content

Commit

Permalink
test5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Rubchinsky committed Feb 7, 2024
1 parent c8f339b commit 3842abd
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,10 @@ jobs:
go-version: 1.21.6
- name: Setup Operator SDK
run: |
echo "??"
which go
echo "##1"
echo $GOPATH
echo "##2"
export GOBIN=$(which go)
echo $GOBIN
echo "**"
mkdir /tmp/operator-sdk
git clone -b v1.32.0 https://github.com/operator-framework/operator-sdk /tmp/operator-sdk
git clone -b v1.33.0 https://github.com/operator-framework/operator-sdk /tmp/operator-sdk
cd /tmp/operator-sdk
make install
cd -
Expand Down

0 comments on commit 3842abd

Please sign in to comment.