diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 88799ff..c9e8b52 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -18,6 +18,7 @@ pipelines: default: - step: script: - - tar -czvf /root/rpmbuild/SOURCES/projman-0.4.5-1.tgz * - - rpmbuild -ba projman.spec + - echo $BUILD_DIR +# - tar -czvf projman-0.4.5-1.tgz * +# - 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