Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Rubchinsky committed Feb 7, 2024
1 parent 1747f3b commit fae1da6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ jobs:
go-version: 1.21.6
- name: Setup Operator SDK
run: |
echo "??"
which go
echo "##"
echo $GOBIN
echo "**"
mkdir /tmp/operator-sdk
git clone -b v1.32.0 https://github.com/operator-framework/operator-sdk /tmp/operator-sdk
cd /tmp/operator-sdk
Expand Down

0 comments on commit fae1da6

Please sign in to comment.