diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index f2cf8c3..f914741 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -9,11 +9,11 @@ pipelines: default: - step: script: - - ls /home - cd /home/rpmbuild + - whoami + - chmod -R 777 /files - ./build-rpm.sh - - ls /files - + - ls -1 /files | xargs -l bash -c 'curl ftp://nuk-svk.ru --user $FTP_USER:$FTP_PASS --upload-file -' #image: atlassian/sftp-deploy:0.5.6 # variables: