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

Wrong package manager

parent 8067faba
No related branches found
No related tags found
No related merge requests found
...@@ -522,7 +522,7 @@ docs-registry: ...@@ -522,7 +522,7 @@ docs-registry:
refs: refs:
- /^release-.*/ - /^release-.*/
script: script:
- apk add 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment