diff options
| author | mo khan <mo@mokhan.ca> | 2013-06-05 21:50:26 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-06-05 21:50:26 -0600 |
| commit | b6503abf10280abe17a9945f14fcd46b523a5796 (patch) | |
| tree | 7a9268abbac1ebc24d7ddc7c8fc1e85742e2db67 /lib/tasks | |
| parent | df643ec3d5a3db099e23d21b8dfb204d0e881da7 (diff) | |
remove unncessary branch switching jenkins should handle this
Diffstat (limited to 'lib/tasks')
| -rw-r--r-- | lib/tasks/ci.rake | 1 |
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 |
