fix in ci script

This commit is contained in:
Wolfgang Ludger Hottgenroth 2021-11-26 14:03:08 +01:00
parent 96269a334a
commit 21c28e64ee
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -1,9 +1,10 @@
include:
- project: "SharedLibraries/CommonCI/webservices-common-ci"
ref: 1.x
ref: 3.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`