Skip to content
Snippets Groups Projects

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

Merged Andrei Biriukov requested to merge feature/init into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -19,6 +19,7 @@ steps:
PYPI_PASSWORD:
from_secret: pypi_password
commands:
- apk add bash make gcc g++ linux-headers musl-dev
- make release
when:
branch: [ "master" ]
Loading