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

Using alpine

parent f9c5adce
No related branches found
No related tags found
No related merge requests found
...@@ -511,7 +511,7 @@ release-docs: ...@@ -511,7 +511,7 @@ release-docs:
refs: refs:
- /^release-.*/ - /^release-.*/
script: script:
- apt-get update && apt-get install -y git make sed wget - apk add git make sed wget
- make docs - make docs
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
- echo "$CI_KEY_PRIVATE" > /root/.ssh/id_rsa && chmod 0600 /root/.ssh/id_rsa - echo "$CI_KEY_PRIVATE" > /root/.ssh/id_rsa && chmod 0600 /root/.ssh/id_rsa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment