Merge pull request #28460 from sftim/20210617_do_not_set_ruby_version_for_netlify

Bump Ruby version for Netlify
This commit is contained in:
Kubernetes Prow Robot
2021-06-18 11:56:05 -07:00
committed by GitHub
+2 -2
View File
@@ -7,9 +7,9 @@ functions = "functions"
command = "git submodule update --init --recursive --depth 1 && make non-production-build"
[build.environment]
HUGO_VERSION = "0.82.0"
NODE_VERSION = "10.20.0"
RUBY_VERSION = "2.7.1"
HUGO_VERSION = "0.82.0"
RUBY_VERSION = "3.0.1"
[context.production.environment]
HUGO_BASEURL = "https://kubernetes.io/"