Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
docs.it4i.cz
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
SCS
docs.it4i.cz
Commits
39db66ec
Commit
39db66ec
authored
Nov 05, 2018
by
David Hrbáč
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Check on master
parent
e2559ac9
Pipeline
#5247
failed with stages
in 13 minutes and 40 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
39db66ec
...
...
@@ -71,7 +71,7 @@ mkdocs:
# get modules list from clusters
-
bash scripts/get_modules.sh
# generate site_url
-
(if [ "${CI_BUILD_REF_NAME}" != '
hrb3
' ]; then sed -i "s/\(site_url.*$\)/\1devel\/$CI_BUILD_REF_NAME\//" mkdocs.yml;fi);
-
(if [ "${CI_BUILD_REF_NAME}" != '
master
' ]; then sed -i "s/\(site_url.*$\)/\1devel\/$CI_BUILD_REF_NAME\//" mkdocs.yml;fi);
# generate ULT for code link
-
sed -i "s/master/$CI_BUILD_REF_NAME/g" material-new/partials/toc.html
# regenerate modules matrix
...
...
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