Skip to content
Snippets Groups Projects
Commit 9a20b93d authored by Michelle Weidling's avatar Michelle Weidling :blowfish:
Browse files

ci: pipe output into final markdown file

parent 635e4a0d
No related branches found
No related tags found
1 merge request!26Resolve "Improve document structure"
Pipeline #138515 passed
...@@ -12,7 +12,7 @@ create_overall_md: ...@@ -12,7 +12,7 @@ create_overall_md:
stage: build stage: build
image: alpine:3.7 image: alpine:3.7
script: script:
- cat technical-reference-main.txt | while read LINE; do cat $LINE >> test.md ; done - cat technical-reference-main.txt | while read LINE; do cat $LINE >> rdd-technical-reference.md ; done
artifacts: artifacts:
expose_as: 'test document' expose_as: 'test document'
paths: paths:
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment