Merge pull request #28460 from sftim/20210617_do_not_set_ruby_version_for_netlify

Bump Ruby version for Netlify
pull/28493/head
Kubernetes Prow Robot 2021-06-18 11:56:05 -07:00 committed by GitHub
commit 3ca34b9a3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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/"