mirror of https://github.com/grpc/grpc.io.git
Revert git command in netlfy build steps
This commit is contained in:
parent
3afe0a6685
commit
60a6fc076f
|
@ -1,13 +1,13 @@
|
|||
[build]
|
||||
publish = "public"
|
||||
command = "git submodule update --init --recursive --depth 1 && make production-build"
|
||||
command = "make production-build"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.79.0"
|
||||
NODE_VERSION = "12"
|
||||
|
||||
[context.deploy-preview]
|
||||
command = "git submodule update --init --recursive --depth 1 && make preview-build"
|
||||
command = "make preview-build"
|
||||
|
||||
[context.branch-deploy]
|
||||
command = "git submodule update --init --recursive --depth 1 && make preview-build"
|
||||
command = "make preview-build"
|
||||
|
|
Loading…
Reference in New Issue