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
No related branches found
No related tags found
1 merge request!2Update minio client
Pipeline #14521 passed
...@@ -19,6 +19,8 @@ stages: ...@@ -19,6 +19,8 @@ stages:
sonarqube: sonarqube:
stage: sonar-analysis stage: sonar-analysis
tags:
- build
before_script: before_script:
- export PATH=$PATH:/usr/local/bin/sonar-scanner-3.2.0.1227-linux/bin/ - export PATH=$PATH:/usr/local/bin/sonar-scanner-3.2.0.1227-linux/bin/
- export NODE_PATH=$NODE_PATH:`npm root -g` - export NODE_PATH=$NODE_PATH:`npm root -g`
...@@ -36,6 +38,8 @@ sonarqube: ...@@ -36,6 +38,8 @@ sonarqube:
build_development: build_development:
stage: build stage: build
tags:
- build
script: script:
- export TAG=dev - export TAG=dev
- docker-compose build - docker-compose build
...@@ -46,6 +50,8 @@ build_release: ...@@ -46,6 +50,8 @@ build_release:
stage: build stage: build
only: only:
- tags - tags
tags:
- build
script: script:
- export TAG=$(echo $CI_COMMIT_TAG | sed 's/v//g') - export TAG=$(echo $CI_COMMIT_TAG | sed 's/v//g')
- docker-compose build - docker-compose build
......
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