add unifi to gitlab-ci

This commit is contained in:
Adrien le Maire 2020-08-20 10:51:26 +02:00
parent 76cc92289e
commit dcb5535058

View File

@ -7,6 +7,26 @@ variables:
DOCKER_BUILDKIT: 1
dev-unifi:
stage: build
tags:
- docker
script:
- make unifi-nopush
only:
variables:
- $CI_COMMIT_REF_PROTECTED == "false"
unifi:
stage: build
tags:
- docker
script:
- make unifi
only:
variables:
- $CI_COMMIT_REF_PROTECTED == "true"
dev-pgadmin4:
stage: build
tags: