Skip to content
Snippets Groups Projects
Commit e9670089 authored by Martin Weise's avatar Martin Weise
Browse files

Merge branch 'master' into release-1.6

parents 289c2e92 2e6d65c9
Branches
Tags
No related merge requests found
......@@ -129,9 +129,9 @@ lint-open-api-version:
- 'apk --no-cache add bash wget'
- 'wget https://github.com/mikefarah/yq/releases/download/v${VERSION}/${BINARY} -O /usr/bin/yq && chmod +x /usr/bin/yq'
script:
- yq '.externalDocs.url' ./.docs/.openapi/api.base.yaml | grep "${DOC_VERSION}" > ./openapi-doc-version.txt
- yq '.externalDocs.url' ./.docs/.openapi/api.base.yaml | grep -o "${DOC_VERSION}" > ./openapi-doc-version.txt
- diff ./openapi-doc-version.txt ./doc-version.txt
- yq '.info.version' ./.docs/.openapi/api.base.yaml | grep "${APP_VERSION}" > ./openapi-app-version.txt
- yq '.info.version' ./.docs/.openapi/api.base.yaml | grep -o "${APP_VERSION}" > ./openapi-app-version.txt
- diff ./openapi-app-version.txt ./app-version.txt
build-metadata-service:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment