Add the CI stage to build for cron and supervisord
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user