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

Updated cache

parent da4e57b2
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,4 @@ done
echo "==================================================="
echo "Moving default version $APP_VERSION docs to /"
cp -r ./final/${APP_VERSION}/* ./final/
echo "Compress final documentation"
tar czfv final.tar.gz ./final
echo "==================================================="
......@@ -18,7 +18,7 @@ cache:
stages:
# - build
# - test
- docs
# - docs
- release
# - scan
......@@ -470,7 +470,7 @@ stages:
# - python3 .docs/docker/release.py
docs-docs:
stage: docs
stage: release
image: docker.io/python:3.11-slim
only:
refs:
......@@ -479,13 +479,9 @@ docs-docs:
- apt-get update && apt-get install -y git make sed wget
- make docs
cache:
key: $CI_COMMIT_REF_SLUG
paths:
- ./final.tar.gz
artifacts:
when: always
paths:
- ./final.tar.gz
expire_in: 1 hour
- ./final
release-images:
stage: release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment