Add the CI stage to build for cron and supervisord

This commit is contained in:
flow.gunso
2019-04-18 17:32:41 +02:00
parent 2b228c3484
commit e7daeeaec1

View File

@@ -9,6 +9,13 @@ stages:
before_script: before_script:
- apk add bash - apk add bash
cron_or_supervisord:
stage: build_publish
script:
- /bin/bash utils/publish/feature--cron-or-supervisord.sh
only:
- feature--cron-or-supervisord
staging: staging:
stage: build_publish stage: build_publish
script: script: