diff options
author | Sofia Wallin <sofia.wallin@ericsson.com> | 2018-09-26 15:29:58 +0200 |
---|---|---|
committer | Sofia Wallin <sofia.wallin@ericsson.com> | 2018-09-26 15:29:58 +0200 |
commit | 9bc918de70fa1bd003d1eeb827a341bebbeaa61c (patch) | |
tree | 5800a58f414f5cc88598b8c338dbe7d3d091bad9 /docs | |
parent | 5c2b2e85420550639e5859d7d3a8c24053f1c20f (diff) |
Adding missing step
Adding missing step in the submodule transition
Change-Id: Ibfbe1993c78183f73d1cd061559e62dd60237df5
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/how-to-use-docs/files/build.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/how-to-use-docs/files/build.yaml b/docs/how-to-use-docs/files/build.yaml index d04ff731b..e04521e35 100644 --- a/docs/how-to-use-docs/files/build.yaml +++ b/docs/how-to-use-docs/files/build.yaml @@ -1,9 +1,10 @@ --- - project: name: PROJECT - project-name: '{name}' + project: PROJECT + project-name: 'PROJECT' - project-pattern: '{name}' + project-pattern: 'PROJECT' rtd-build-url: RTD_BUILD_URL rtd-token: RTD_TOKEN |