Skip to content
Snippets Groups Projects
Unverified Commit 1ab3eb45 authored by Vladimir Galkin's avatar Vladimir Galkin Committed by GitHub
Browse files

Merge pull request #2 from perxteam/feature/init

Add command `apk add make` for step `upload-python-client`
parents 46b98ec7 4aa02ff9
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ steps: ...@@ -19,6 +19,7 @@ steps:
PYPI_PASSWORD: PYPI_PASSWORD:
from_secret: pypi_password from_secret: pypi_password
commands: commands:
- apk add bash make gcc g++ linux-headers musl-dev
- make release - make release
when: when:
branch: [ "master" ] branch: [ "master" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment