change docker image

This commit is contained in:
Sergey Kalinin 2018-02-14 09:33:07 +00:00
parent dc343a19da
commit 5c108cbf15

View File

@ -3,12 +3,12 @@
# Only use spaces to indent your .yml configuration. # Only use spaces to indent your .yml configuration.
# ----- # -----
# You can specify a custom docker image from Docker Hub as your build environment. # You can specify a custom docker image from Docker Hub as your build environment.
image: efrecon/tcl #image: efrecon/tcl
image: appropriate/curl
pipelines: pipelines:
default: default:
- step: - step:
script: script:
- tar -czvf projman-last.tgz * - 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 - curl ftp://nuk-svk.ru --user bitbucket@nuk-svk.ru:+5~^b4G_ra-q --upload-file projman-last.tgz