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