Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
eyeo
specs
spec
Commits
120629e7
Commit
120629e7
authored
Jul 19, 2019
by
Winsley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP: Added CI script to build spec as standalone website
parent
f92de673
Pipeline
#71931930
passed with stage
in 1 minute and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
.gitlab-ci.yml
.gitlab-ci.yml
+16
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
120629e7
---
stages
:
-
"
build"
build
:
stage
:
"
build"
script
:
-
"
gem
install
gitlab-markup"
-
"
gem
install
redcarpet"
-
mkdir build
-
cp -vrf res spec build/
-
find build/ -name '*.md' -exec sh -c 'gitlab-markup "${0}" > "${0%.md}.html"' {} \;
-
find build/ -name '*.md' -delete
-
find build/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment