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

Updated version

parent 3a76111e
No related branches found
No related tags found
3 merge requests!237Resolve "Proxy settings",!232Draft: Master,!231CI: Remove build for log-service
...@@ -595,11 +595,10 @@ docs-latest: ...@@ -595,11 +595,10 @@ docs-latest:
- apt-get update && apt-get install -y git make sed - apt-get update && apt-get install -y git make sed
- git fetch && git checkout master - git fetch && git checkout master
- pip install -r ./requirements.txt - pip install -r ./requirements.txt
- mkdir -p ./final/{latest,1.3}
- find .docs -type f -exec sed -i -e "s/\$TAG/latest/g" {} \; - find .docs -type f -exec sed -i -e "s/\$TAG/latest/g" {} \;
- find .docs -type f -exec sed -i -e "s/\$VERSION/latest/g" {} \; - find .docs -type f -exec sed -i -e "s/\$VERSION/latest/g" {} \;
- mkdocs build && cp -r ./site ./final/latest - mkdocs build && cp -r ./site ./final/latest
- cp ./.docs/redirect.html ./final/index.html - mkdir -p ./final/1.3
- cp ./.docs/redirect.html ./final/1.3/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:
...@@ -659,6 +658,7 @@ docs-1.4: ...@@ -659,6 +658,7 @@ docs-1.4:
- mkdir -p ./final - mkdir -p ./final
- find .docs -type f -exec sed -i -e "s/\$TAG/${VERSION}/g" {} \; - find .docs -type f -exec sed -i -e "s/\$TAG/${VERSION}/g" {} \;
- find .docs -type f -exec sed -i -e "s/\$VERSION/${VERSION}/g" {} \; - find .docs -type f -exec sed -i -e "s/\$VERSION/${VERSION}/g" {} \;
- cp ./.docs/redirect.html ./final/index.html
- mkdocs build && cp -r ./site ./final/${VERSION} - mkdocs build && cp -r ./site ./final/${VERSION}
- cp -r ./swagger/${VERSION} ./final/${VERSION}/swagger - cp -r ./swagger/${VERSION} ./final/${VERSION}/swagger
cache: cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment