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

Wrong dir

parent 46dc144c
Branches
Tags
No related merge requests found
...@@ -524,7 +524,7 @@ docs-registry: ...@@ -524,7 +524,7 @@ docs-registry:
script: script:
- apt-get update && apt-get install -y sed - apt-get update && apt-get install -y sed
- pip install -r ./requirements.txt - pip install -r ./requirements.txt
- find ./docs -type f -exec sed -i -e "s/__APP_VERSION__/${APP_VERSION}/g" {} \; - find .docs -type f -exec sed -i -e "s/__APP_VERSION__/${APP_VERSION}/g" {} \;
- python3 .docs/docker/release.py - python3 .docs/docker/release.py
release-images: release-images:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment