fix in ci again, port

This commit is contained in:
Wolfgang Ludger Hottgenroth 2021-11-26 15:13:51 +01:00
parent 95fee93895
commit 238821aed8
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -23,6 +23,8 @@ versionize:
- dockerize - dockerize
when: manual when: manual
allow_failure: false allow_failure: false
variables:
WEBSERVICE_PORT: 8080
before_script: before_script:
- PKG_VERSION=$(echo -e "import yaml\nwith open('openapi.yaml') as f:d=yaml.load(f)\nprint(d['info']['version'])" | python) - PKG_VERSION=$(echo -e "import yaml\nwith open('openapi.yaml') as f:d=yaml.load(f)\nprint(d['info']['version'])" | python)
- REFCNT=$(git rev-list --count ${CI_COMMIT_SHA}) - REFCNT=$(git rev-list --count ${CI_COMMIT_SHA})