Merge pull request #22307 from zacharysarah/specify-ruby-version

Specify a Ruby version for netlify
pull/22311/head
Kubernetes Prow Robot 2020-07-03 15:02:47 -07:00 committed by GitHub
commit 12c5ce2d5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ command = "git submodule update --init --recursive --depth 1 && make non-product
[build.environment]
HUGO_VERSION = "0.70.0"
NODE_VERSION = "10.20.0"
RUBY_VERSION = "2.7.1"
[context.production.environment]
HUGO_BASEURL = "https://kubernetes.io/"