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]
|
[build]
|
||||||
publish = "public"
|
publish = "public"
|
||||||
command = "git submodule update --init --recursive --depth 1 && make production-build"
|
command = "make production-build"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
HUGO_VERSION = "0.79.0"
|
HUGO_VERSION = "0.79.0"
|
||||||
NODE_VERSION = "12"
|
NODE_VERSION = "12"
|
||||||
|
|
||||||
[context.deploy-preview]
|
[context.deploy-preview]
|
||||||
command = "git submodule update --init --recursive --depth 1 && make preview-build"
|
command = "make preview-build"
|
||||||
|
|
||||||
[context.branch-deploy]
|
[context.branch-deploy]
|
||||||
command = "git submodule update --init --recursive --depth 1 && make preview-build"
|
command = "make preview-build"
|
||||||
|
|
Loading…
Reference in New Issue