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

Specify a Ruby version for netlify
This commit is contained in:
Kubernetes Prow Robot
2020-07-03 15:02:47 -07:00
committed by GitHub
+1
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/"