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

Wrong dir

parent 46dc144c
No related branches found
No related tags found
No related merge requests found
......@@ -524,7 +524,7 @@ docs-registry:
script:
- apt-get update && apt-get install -y sed
- 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
release-images:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment