Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
minio-master-slave-mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
web-et-numerique-internet
data.grandlyon.com
web-portal
components
tools
minio-master-slave-mirror
Commits
834a5233
Commit
834a5233
authored
3 years ago
by
Sébastien DA ROCHA
Browse files
Options
Downloads
Patches
Plain Diff
Fix CI runners
parent
a2dfdf4e
No related branches found
No related tags found
1 merge request
!2
Update minio client
Pipeline
#14521
passed
3 years ago
Stage: sonar-analysis
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-0
6 additions, 0 deletions
.gitlab-ci.yml
with
6 additions
and
0 deletions
.gitlab-ci.yml
+
6
−
0
View file @
834a5233
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment