From e7daeeaec112231f40176cfcaa8a29dc29a8331a Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Thu, 18 Apr 2019 17:32:41 +0200 Subject: [PATCH] Add the CI stage to build for cron and supervisord --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 09d9c34..d9f9960 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,13 @@ stages: before_script: - 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: stage: build_publish script: