From 3d1fac8be787ca5ff3221864d31c98633743fa2a Mon Sep 17 00:00:00 2001 From: Sergey Kalinin Date: Thu, 23 Jul 2020 18:16:41 +0000 Subject: [PATCH] =?UTF-8?q?bitbucket-pipelines.yml=20=D0=BE=D1=82=D1=80?= =?UTF-8?q?=D0=B5=D0=B4=D0=B0=D0=BA=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=20=D0=BE=D0=BD=D0=BB=D0=B0=D0=B9=D0=BD=20=D0=BD=D0=B0=20?= =?UTF-8?q?Bitbucket?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bitbucket-pipelines.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index fd98004..331cfac 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -10,8 +10,9 @@ pipelines: - step: script: - ls /files - - pwd - + - cd /home/rpmbuilder + - ./build-rpm.sh + - ls /files #image: atlassian/sftp-deploy:0.5.6