Commit 6b843cfc authored by Greg Williams's avatar Greg Williams
Browse files

Bailed on cleaning out vendor folder and instead rely on CI to clean repos

parent adf5b171
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -28,13 +28,6 @@ PROTO_OUT = File.join(HERE, 'build', 'temp', 'proto')

directory PROTO_OUT

task :clobber do
  report_banner "Cleaning out vendor directory"
  cd VENDOR_PATH do
    sh "git clean -f -d ."
  end
end

desc "Generate protocol buffers"
task :proto => [PROTO_OUT] do