Skip to content
Snippets Groups Projects
Verified Commit 57c7fa79 authored by Martin Weise's avatar Martin Weise
Browse files

Ensure the correct cmd

parent fd33d12d
No related branches found
No related tags found
3 merge requests!237Resolve "Proxy settings",!232Draft: Master,!231CI: Remove build for log-service
...@@ -597,7 +597,8 @@ docs-latest: ...@@ -597,7 +597,8 @@ docs-latest:
- mkdocs build && cp -r ./site ./final/latest - mkdocs build && cp -r ./site ./final/latest
- find ./final/latest -type f -exec sed -i -e "s/\$TAG/latest/g" {} \; - find ./final/latest -type f -exec sed -i -e "s/\$TAG/latest/g" {} \;
- find ./final/latest -type f -exec sed -i -e "s/\$VERSION/latest/g" {} \; - find ./final/latest -type f -exec sed -i -e "s/\$VERSION/latest/g" {} \;
- cp ./.docs/redirect.html ./final/index.html ./final/1.3/index.html - cp ./.docs/redirect.html ./final/index.html
- cp ./.docs/redirect.html ./final/1.3/index.html
- cp -r ./swagger/latest ./final/latest/swagger - cp -r ./swagger/latest ./final/latest/swagger
cache: cache:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment