revert commit

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2023-05-23 12:10:51 +02:00
parent 1208553f4c
commit e6e138b967
3 changed files with 3 additions and 0 deletions

View file

@ -11,6 +11,7 @@ on:
- dev
- api-*
- v1.11.0-patch
- actions_test
paths:
- "ee/api/**"
- "api/**"

View file

@ -27,3 +27,4 @@ USER 1001
ENTRYPOINT ["/sbin/tini", "--"]
CMD ./entrypoint.sh

View file

@ -46,3 +46,4 @@ check_prereq
[[ $1 == "ee" ]] && {
build_crons $1
}