From 5c108cbf156956f01a28a189c3d19cce4b958583 Mon Sep 17 00:00:00 2001 From: Sergey Kalinin Date: Wed, 14 Feb 2018 09:33:07 +0000 Subject: [PATCH] change docker image --- bitbucket-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index f0f82cb..a106587 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -3,12 +3,12 @@ # Only use spaces to indent your .yml configuration. # ----- # You can specify a custom docker image from Docker Hub as your build environment. -image: efrecon/tcl +#image: efrecon/tcl +image: appropriate/curl pipelines: default: - step: script: - tar -czvf projman-last.tgz * - - apt install curl -y - curl ftp://nuk-svk.ru --user bitbucket@nuk-svk.ru:+5~^b4G_ra-q --upload-file projman-last.tgz \ No newline at end of file