Merge pull request #4635 from kubernetes/chenopis-vnext-staging-noindex

fix command in #4633
This commit is contained in:
Andrew Chen
2017-08-04 15:46:57 -07:00
committed by GitHub
+1 -1
View File
@@ -6,4 +6,4 @@
command = "make build-preview"
[context.vnext-staging]
command = "cp netlify_noindex_headers.txt _headers && make build"
command = "make build && cp netlify_noindex_headers.txt _site/_headers"