Merge pull request #28460 from sftim/20210617_do_not_set_ruby_version_for_netlify
Bump Ruby version for Netlifypull/28493/head
commit
3ca34b9a3b
|
@ -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/"
|
||||
|
|
Loading…
Reference in New Issue