Skip to content
Snippets Groups Projects
Commit 16f189db authored by Brett Choquet's avatar Brett Choquet
Browse files

chore: add jq installation to CI build script

parent 432e6314
No related branches found
No related tags found
1 merge request!16chore: add jq installation to CI build script
Pipeline #284518 passed
......@@ -15,6 +15,7 @@ build:
services:
- docker:dind
script:
- apk add jq
- version=$(jq -r .version package.json)
- docker build -t registry.forgemia.inra.fr/in-sylva-development/in-sylva.gatekeeper:$version .
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
......
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