Skip to content
Snippets Groups Projects
Commit 1ff0f281 authored by Fabien Forestier's avatar Fabien Forestier
Browse files

Update package.json version to 2.1.0 + specify tag in gitlab-ci for build job...

Update package.json version to 2.1.0 + specify tag in gitlab-ci for build job in order to use the dedicated runner
parent 2529628b
Branches
Tags
1 merge request!9Development
Pipeline #6025 passed
...@@ -25,6 +25,8 @@ sonarqube: ...@@ -25,6 +25,8 @@ sonarqube:
build_development: build_development:
stage: build stage: build
tags:
- build
only: only:
- development - development
script: script:
...@@ -37,6 +39,8 @@ build_development: ...@@ -37,6 +39,8 @@ build_development:
build_release: build_release:
stage: build stage: build
tags:
- build
only: only:
- tags - tags
script: script:
......
{ {
"name": "query-proxy", "name": "query-proxy",
"version": "2.0.0", "version": "2.1.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment