summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-06-05 21:50:26 -0600
committermo khan <mo@mokhan.ca>2013-06-05 21:50:26 -0600
commitb6503abf10280abe17a9945f14fcd46b523a5796 (patch)
tree7a9268abbac1ebc24d7ddc7c8fc1e85742e2db67 /lib
parentdf643ec3d5a3db099e23d21b8dfb204d0e881da7 (diff)
remove unncessary branch switching jenkins should handle this
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/ci.rake1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake
index bc89a01b..78bae684 100644
--- a/lib/tasks/ci.rake
+++ b/lib/tasks/ci.rake
@@ -4,7 +4,6 @@ namespace :ci do
namespace :deploy do
task :staging do
now = Time.now
- sh "git pull"
sh "git tag -a 'staging-#{now.strftime('%Y-%m-%d')}-#{now.to_i}-jenkins-continuous-deployment' -m 'just push it'"
sh "git push --tags"
Rake::Task['deploy:staging'].invoke