Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ task :update do
sh "git add v#{VERSION}/versions.json"
sh 'git config --global user.email "ci@dragonbox.com"' if `git config --global user.email`.empty?
sh 'git config --global user.name "CI"' if `git config --global user.name`.empty?
sh 'git commit -m "Automated cache update"'
sh 'git commit -m "Automated cache update [ci skip]"'
sh 'git push origin gh-pages'
end

Expand Down