test lftp image
This commit is contained in:
parent
e48ac90e37
commit
0a5eacc93a
@ -1,4 +1,3 @@
|
|||||||
image: node
|
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
@ -7,14 +6,22 @@ cache:
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
# - test
|
# - test
|
||||||
|
- deploy
|
||||||
before_script:
|
|
||||||
- git submodule update --init
|
|
||||||
- npm install
|
|
||||||
|
|
||||||
building_ui:
|
building_ui:
|
||||||
|
image: node
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
- git submodule update --init
|
||||||
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
||||||
|
deploy_master:
|
||||||
|
image: mwienk/docker-lftp
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
|
stage: deploy
|
||||||
|
script:
|
||||||
|
- ls -lh
|
||||||
|
Loading…
Reference in New Issue
Block a user