Skip to content
Snippets Groups Projects
Verified Commit 3d4b3522 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

yq version fix

parent fd3ca3ab
No related branches found
No related tags found
No related merge requests found
Pipeline #6888 passed
......@@ -13,7 +13,7 @@ before_script:
build:
stage: build
script:
- VERSION=`yq '.info.version' openapi.yaml`
- VERSION=`yq eval '.info.version' openapi.yaml`
- docker pull $CI_REGISTRY_IMAGE:latest || true
- docker build --cache-from $CI_REGISTRY_IMAGE:latest --tag $CI_REGISTRY_IMAGE:$VERSION --tag $CI_REGISTRY_IMAGE:latest .
- docker push $CI_REGISTRY_IMAGE:$VERSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment