Rename to publish latest
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ before_script:
|
||||
- npm install -g grunt-cli
|
||||
|
||||
script:
|
||||
- grunt build metrics publish
|
||||
- grunt build metrics publish:latest
|
||||
|
||||
email:
|
||||
on_failure: change
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ var _ = require('underscore'),
|
||||
git = require('./util/git');
|
||||
|
||||
module.exports = function(grunt) {
|
||||
grunt.registerTask('publish', function() {
|
||||
grunt.registerTask('publish:latest', function() {
|
||||
var done = this.async();
|
||||
initSDK();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user