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

master
Sergey Kalinin 2020-07-23 18:34:24 +00:00
parent 8399dc69fc
commit 5ddacb33d6
1 changed files with 3 additions and 3 deletions

View File

@ -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: