test lftp image

This commit is contained in:
Sebastian Frank 2017-08-31 20:24:37 +02:00
parent e48ac90e37
commit 0a5eacc93a
No known key found for this signature in database
GPG Key ID: DC2BC5C506EBF6F3

View File

@ -1,4 +1,3 @@
image: node
cache:
paths:
@ -7,14 +6,22 @@ cache:
stages:
- build
# - test
before_script:
- git submodule update --init
- npm install
- deploy
building_ui:
image: node
tags:
- docker
stage: build
script:
- git submodule update --init
- npm install
- npm run build
deploy_master:
image: mwienk/docker-lftp
tags:
- docker
stage: deploy
script:
- ls -lh