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

venv

parent 53fb0f29
Branches
Tags
1 merge request!250Master
...@@ -630,7 +630,7 @@ docs-latest: ...@@ -630,7 +630,7 @@ docs-latest:
- cp ./.docs/redirect.html ./final/index.html - cp ./.docs/redirect.html ./final/index.html
- find .docs/ -type f -exec sed -i -e "s/__APPVERSION__/latest/g" {} \; - find .docs/ -type f -exec sed -i -e "s/__APPVERSION__/latest/g" {} \;
- find .docs/ -type f -exec sed -i -e "s/__CHARTVERSION__/${CHART_VERSION}/g" {} \; - find .docs/ -type f -exec sed -i -e "s/__CHARTVERSION__/${CHART_VERSION}/g" {} \;
- mkdocs build && cp -r ./site ./final/latest - source ./venv/bin/activate && mkdocs build && cp -r ./site ./final/latest
- cp -r ./swagger/latest ./final/latest/swagger - cp -r ./swagger/latest ./final/latest/swagger
cache: cache:
paths: paths:
...@@ -689,7 +689,7 @@ docs-1.4: ...@@ -689,7 +689,7 @@ docs-1.4:
- mkdir -p ./final - mkdir -p ./final
- find .docs/ -type f -exec sed -i -e "s/__APPVERSION__/${APP_VERSION}/g" {} \; - find .docs/ -type f -exec sed -i -e "s/__APPVERSION__/${APP_VERSION}/g" {} \;
- find .docs/ -type f -exec sed -i -e "s/__CHARTVERSION__/${CHART_VERSION}/g" {} \; - find .docs/ -type f -exec sed -i -e "s/__CHARTVERSION__/${CHART_VERSION}/g" {} \;
- mkdocs build && cp -r ./site ./final/${APP_VERSION} - source ./venv/bin/activate && mkdocs build && cp -r ./site ./final/${APP_VERSION}
- cp -r ./swagger/${APP_VERSION} ./final/${APP_VERSION}/swagger - cp -r ./swagger/${APP_VERSION} ./final/${APP_VERSION}/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