Initial 16.0

This commit is contained in:
Jared Kipe
2022-10-01 09:56:07 -07:00
parent 9acd1bbed4
commit e4e8aae6ab
4 changed files with 22 additions and 41 deletions

View File

@@ -27,7 +27,7 @@ merge_request:
GIT_STRATEGY: none
stage: build
only:
- /(^new\/)|(^mig\/)|(^imp\/)|(^fix\/)/
- /(^add\/)|(^new\/)|(^mig\/)|(^imp\/)|(^fix\/)/i
script:
- docker pull registry.gitlab.com/hibou-io/hibou-odoo/flow
- docker tag registry.gitlab.com/hibou-io/hibou-odoo/flow flow
@@ -70,7 +70,7 @@ publish:
- ENVS=`env | grep "CI_\|GITLAB_" | sed -n '/^[^\t]/s/=.*//p' | sed '/^$/d' | sed 's/^/-e /g' | tr '\n' ' '`
- docker run -v $PWD:/src $ENVS flow odoo-publish -n "Hibou Odoo Suite" -v $RELEASE
only:
- /^\d\d\.\d/
- /^\d\d\.\d+$/
trigger:
variables:
@@ -79,5 +79,5 @@ trigger:
script:
- docker run byrnedo/alpine-curl curl --request POST --form "token=$CI_JOB_TOKEN" --form ref=$RELEASE $GITLAB_BASE_URL/api/v4/projects/$ENTERPRISE_PROJECT_ID/trigger/pipeline
only:
- /^\d\d\.\d/
- /^\d\d\.\d+/