fix in ci script

This commit is contained in:
2021-11-26 14:00:42 +01:00
parent 6cfca4e0c2
commit 96269a334a

View File

@ -2,3 +2,8 @@ include:
- project: "SharedLibraries/CommonCI/webservices-common-ci"
ref: 1.x
file: "webservices-gitlab-ci-template-dotnetcore.yml"
versionize:
before_script:
- VERSION=`echo -e "import yaml\nwith open('openapi.yaml') as f:d=yaml.load(f)\nprint d['info']['version']" | python`