Changes
Page history
break up big text chunk for clarity
authored
Jan 18, 2022
by
Jérôme Charaoui
Hide whitespace changes
Inline
Side-by-side
service/static-shim.md
View page @
625e178f
...
@@ -43,9 +43,10 @@ respectively, the FQDN of the website as defined in the
...
@@ -43,9 +43,10 @@ respectively, the FQDN of the website as defined in the
`static-components.yml`
file, and the directory where the website was
`static-components.yml`
file, and the directory where the website was
built by the previous build stage. You may also need
built by the previous build stage. You may also need
`GIT_SUBMODULE_STRATEGY: recursive`
if you have submodules (e.g. hugo
`GIT_SUBMODULE_STRATEGY: recursive`
if you have submodules (e.g. hugo
themes are often shipped as submodules). For example, for
themes are often shipped as submodules).
<https://status.torproject.org>
, the
`.gitlab-ci.yml`
file looks like
this (
`build`
stage elided for simplicity):
For example, for
<https://status.torproject.org>
, the
`.gitlab-ci.yml`
file looks like this (
`build`
stage elided for simplicity):
variables:
variables:
GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_STRATEGY: recursive
...
...
...
...