Remove Ruby as a dependency from netlify.toml file
This commit is contained in:
parent
ada42019ea
commit
e03d7e4d24
|
|
@ -9,7 +9,6 @@ command = "git submodule update --init --recursive --depth 1 && make non-product
|
||||||
[build.environment]
|
[build.environment]
|
||||||
NODE_VERSION = "10.20.0"
|
NODE_VERSION = "10.20.0"
|
||||||
HUGO_VERSION = "0.101.0"
|
HUGO_VERSION = "0.101.0"
|
||||||
RUBY_VERSION = "3.0.1"
|
|
||||||
|
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
HUGO_BASEURL = "https://kubernetes.io/"
|
HUGO_BASEURL = "https://kubernetes.io/"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue