diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 56ac7e7..5d302bc 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -13,11 +13,11 @@ # - tar -czvf projman-0.4.5-1.tgz * # - curl ftp://nuk-svk.ru --user $FTP_USER:$FTP_PASS --upload-file projman-last.tgz -image: jitakirin/rpmbuild -e VERBOSE=1 --rm --volume=$BUILD_DIR:/src --workdir=/src - +image: jitakirin/rpmbuild pipelines: default: - step: script: - tar -czvf projman-0.4.5-1.tgz * - - curl ftp://nuk-svk.ru --user $FTP_USER:$FTP_PASS --upload-file projman-0.4.5-1.tgz \ No newline at end of file + - rpmbuild -ba projman.spec +# - curl ftp://nuk-svk.ru --user $FTP_USER:$FTP_PASS --upload-file projman-0.4.5-1.tgz \ No newline at end of file