Skip to content
Snippets Groups Projects
Commit abdafd68 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Now also zip API code for easier release and installation

parent da4c76ac
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment