Skip to content
Snippets Groups Projects
Commit 834a5233 authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA
Browse files

Fix CI runners

parent a2dfdf4e
Branches development
Tags
1 merge request!2Update minio client
Pipeline #14521 passed
......@@ -19,6 +19,8 @@ stages:
sonarqube:
stage: sonar-analysis
tags:
- build
before_script:
- export PATH=$PATH:/usr/local/bin/sonar-scanner-3.2.0.1227-linux/bin/
- export NODE_PATH=$NODE_PATH:`npm root -g`
......@@ -36,6 +38,8 @@ sonarqube:
build_development:
stage: build
tags:
- build
script:
- export TAG=dev
- docker-compose build
......@@ -46,6 +50,8 @@ build_release:
stage: build
only:
- tags
tags:
- build
script:
- export TAG=$(echo $CI_COMMIT_TAG | sed 's/v//g')
- docker-compose build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment