From 0a5eacc93a5397d525f4064e12cba2b710dc4f77 Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Thu, 31 Aug 2017 20:24:37 +0200 Subject: [PATCH] test lftp image --- .gitlab-ci.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 030a6dd..a44c534 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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