Skip to content

Commit

Permalink
reverse sync from stolostron (#53)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Ng <[email protected]>
  • Loading branch information
mikeshng authored Aug 3, 2022
1 parent 4ff7cb5 commit 2b8f8fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion COMPONENT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.0
2.6.0
4 changes: 2 additions & 2 deletions build/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if [ "$TRAVIS_BUILD" != 1 ]; then
sed -i -e "s|image: .*:latest$|image: $BUILD_IMAGE|" deploy/standalone/operator.yaml

echo -e "\nDownload and install KinD\n"
GO111MODULE=on go get sigs.k8s.io/kind
GO111MODULE=on go get sigs.k8s.io/kind@v0.13.0


else
Expand All @@ -68,7 +68,7 @@ if [ $? != 0 ]; then
exit $?;
fi

kind create cluster --image=kindest/node:v1.19.1
kind create cluster --image=kindest/node:v1.21.1
if [ $? != 0 ]; then
exit $?;
fi
Expand Down
1 change: 1 addition & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ sonar.test.exclusions=**/*_generated*.go,**/*_generated/**,**/vendor/**,**/e2e/*
sonar.go.tests.reportPaths=report.json
sonar.go.coverage.reportPaths=coverage.out
sonar.externalIssuesReportPaths=gosec.json

0 comments on commit 2b8f8fd

Please sign in to comment.