From 5bb50aff0647a20ebc987f871bd217981f32f420 Mon Sep 17 00:00:00 2001 From: Sergey Kalinin Date: Fri, 23 Feb 2018 08:58:39 +0000 Subject: [PATCH] Rename archive projman-latest --- bitbucket-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 1d949bf..184fa9e 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -10,5 +10,5 @@ pipelines: default: - step: script: - - tar -czvf projman-last.tgz * - - curl ftp://nuk-svk.ru --user $FTP_USER:$FTP_PASS --upload-file projman-last.tgz \ No newline at end of file + - tar -czvf projman-latest.tgz * + - curl ftp://nuk-svk.ru --user $FTP_USER:$FTP_PASS --upload-file projman-latest.tgz \ No newline at end of file