Merge pull request #22307 from zacharysarah/specify-ruby-version
Specify a Ruby version for netlify
This commit is contained in:
@@ -9,6 +9,7 @@ command = "git submodule update --init --recursive --depth 1 && make non-product
|
|||||||
[build.environment]
|
[build.environment]
|
||||||
HUGO_VERSION = "0.70.0"
|
HUGO_VERSION = "0.70.0"
|
||||||
NODE_VERSION = "10.20.0"
|
NODE_VERSION = "10.20.0"
|
||||||
|
RUBY_VERSION = "2.7.1"
|
||||||
|
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
HUGO_BASEURL = "https://kubernetes.io/"
|
HUGO_BASEURL = "https://kubernetes.io/"
|
||||||
|
|||||||
Reference in New Issue
Block a user