Files
genericdatabaseapiservice/.gitlab-ci.yml

11 lines
302 B
YAML

include:
- project: "SharedLibraries/CommonCI/webservices-common-ci"
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`