Skip to content
Snippets Groups Projects
Commit 5943b301 authored by Georgiy's avatar Georgiy
Browse files

Add command `apk add make` for step `upload-python-client`

parent 5bbbdc6a
No related branches found
No related tags found
1 merge request!2Add command `apk add make` for step `upload-python-client`
...@@ -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 make
- 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