Skip to content

Commit

Permalink
Use main branch of operators repository (#1721)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Schlicht <jan@d2iq.com>
  • Loading branch information
Jan Schlicht committed Oct 16, 2020
1 parent 68605c2 commit 821686d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/run-operator-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ docker build . \
-t "kudobuilder/controller:$KUDO_VERSION"

rm -rf operators
git clone --branch "an/rename-operatorversions" https://github.com/kudobuilder/operators
git clone https://github.com/kudobuilder/operators
mkdir operators/bin/
cp ./bin/kubectl-kudo operators/bin/
sed "s/%version%/$KUDO_VERSION/" operators/kudo-test.yaml.tmpl > operators/kudo-test.yaml
Expand Down

0 comments on commit 821686d

Please sign in to comment.