Now also zip API code for easier release and installation

merge-requests/154/head
Eliot Berriot 2017-07-17 22:01:02 +02:00
rodzic da4c76ace8
commit abdafd68cd
1 zmienionych plików z 14 dodań i 0 usunięć

Wyświetl plik

@ -80,6 +80,20 @@ docker_develop:
tags:
- dind
build_api:
# Simply publish a zip containing api/ directory
stage: deploy
image: busybox
artifacts:
name: "api_${CI_COMMIT_REF_NAME}"
paths:
- api
only:
- tags
- master
- develop
docker_release:
stage: deploy
before_script: