bitbucket-pipelines.yml отредактирован онлайн на Bitbucket

This commit is contained in:
Sergey Kalinin 2018-02-16 08:48:09 +00:00
parent 8de845828a
commit 02bd46f36c

View File

@ -18,6 +18,6 @@ pipelines:
default: default:
- step: - step:
script: script:
- tar -czvf projman-0.4.5-1.tgz * - tar -czvf /root/rpmbuild/SOURCES/projman-0.4.5-1.tgz *
- rpmbuild -ba projman.spec - rpmbuild -ba projman.spec
# - curl ftp://nuk-svk.ru --user $FTP_USER:$FTP_PASS --upload-file projman-0.4.5-1.tgz # - curl ftp://nuk-svk.ru --user $FTP_USER:$FTP_PASS --upload-file projman-0.4.5-1.tgz