Skip to content

Commit

Permalink
Clone correct operator sdk version in Github workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRub committed Nov 21, 2022
1 parent 67c80f4 commit bec5d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Operator SDK
run: |
mkdir /tmp/operator-sdk
git clone -b v1.22.0 https://github.com/operator-framework/operator-sdk /tmp/operator-sdk
git clone -b v1.25.2 https://github.com/operator-framework/operator-sdk /tmp/operator-sdk
cd /tmp/operator-sdk
make install
cd -
Expand Down

0 comments on commit bec5d58

Please sign in to comment.