Skip to content

Commit

Permalink
Gruntfile: Disable silent
Browse files Browse the repository at this point in the history
Safe since we're using SSH key and not GH_TOKEN envvar in the repo string
  • Loading branch information
jonnor committed Feb 2, 2017
1 parent 7451cfc commit 1b648ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Expand Up @@ -54,7 +54,7 @@ module.exports = ->
clone: 'gh-pages'
message: "Release #{pkg.name} #{process.env.TRAVIS_TAG}"
repo: 'git@github.com:msgflo/msgflo.git'
silent: true
silent: false # Must be set to true if using GH_TOKEN
src: '**/*'

# Grunt plugins used for building
Expand Down

0 comments on commit 1b648ce

Please sign in to comment.