3
0

Remove -j4 from drone's make command

This commit is contained in:
Denis Arh 2020-11-18 15:40:44 +01:00
parent 770a0053e0
commit 630b1fddaf

View File

@ -33,7 +33,7 @@ steps:
RELEASE_SFTP_KEY: { from_secret: RELEASE_SFTP_KEY }
RELEASE_SFTP_URI: { from_secret: RELEASE_SFTP_URI }
commands:
- make release-clean release -j4 BUILD_OS=linux BUILDARCH=amd64 BUILD_VERSION=unstable
- make release-clean release BUILD_OS=linux BUILDARCH=amd64 BUILD_VERSION=unstable
- make upload
when:
event: [ push ]