advanced pipeline
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
require "rbconfig"
|
||||
|
||||
root = IO.popen([ "git", "rev-parse", "--show-toplevel" ], &:read).strip
|
||||
check = File.join(root, "script", "warp_engine_version_check.rb")
|
||||
|
||||
exit 0 unless File.exist?(check)
|
||||
|
||||
exec(RbConfig.ruby, check, "--staged")
|
||||
Reference in New Issue
Block a user