Skip to content
Snippets Groups Projects
Commit 39db66ec authored by David Hrbáč's avatar David Hrbáč
Browse files

Check on master

parent e2559ac9
No related branches found
No related tags found
4 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section
...@@ -71,7 +71,7 @@ mkdocs: ...@@ -71,7 +71,7 @@ mkdocs:
# get modules list from clusters # get modules list from clusters
- bash scripts/get_modules.sh - bash scripts/get_modules.sh
# generate site_url # 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 # generate ULT for code link
- sed -i "s/master/$CI_BUILD_REF_NAME/g" material-new/partials/toc.html - sed -i "s/master/$CI_BUILD_REF_NAME/g" material-new/partials/toc.html
# regenerate modules matrix # regenerate modules matrix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment