Skip to content
Snippets Groups Projects
Commit 00a5b298 authored by Sandro Weber's avatar Sandro Weber
Browse files

[nostory] fix CI

Change-Id: I83f49feb33b3c0ea3da63358682c6c404b977cca
parent 349ae951
No related branches found
No related tags found
No related merge requests found
...@@ -95,6 +95,7 @@ module.exports = function(grunt) { ...@@ -95,6 +95,7 @@ module.exports = function(grunt) {
}, },
dist: { dist: {
options: { options: {
message: 'add artefact',
force: true force: true
}, },
files: { files: {
...@@ -108,6 +109,8 @@ module.exports = function(grunt) { ...@@ -108,6 +109,8 @@ module.exports = function(grunt) {
options: { options: {
message: 'bump to <%= pkg.version %>', message: 'bump to <%= pkg.version %>',
ignoreEmpty: true, ignoreEmpty: true,
remote: 'origin',
branch: 'HEAD:<%= gerritBranch %>',
}, },
files: { files: {
src: ['package.json', '../../bower.json'] src: ['package.json', '../../bower.json']
...@@ -115,6 +118,9 @@ module.exports = function(grunt) { ...@@ -115,6 +118,9 @@ module.exports = function(grunt) {
}, },
dist: { dist: {
options: { options: {
message: 'built artefact',
remote: 'origin',
branch: 'HEAD:<%= gerritBranch %>',
verbose: true, verbose: true,
force: true force: true
}, },
...@@ -144,9 +150,9 @@ module.exports = function(grunt) { ...@@ -144,9 +150,9 @@ module.exports = function(grunt) {
}, },
dist: { dist: {
options: { options: {
verbose: true, // for debug purpose
remote: 'origin', remote: 'origin',
branch: 'HEAD:<%= gerritBranch %>' branch: 'HEAD:<%= gerritBranch %>',
verbose: true
} }
} }
}, },
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment