diff options
Diffstat (limited to 'script/ci/init.lua')
-rw-r--r-- | script/ci/init.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/script/ci/init.lua b/script/ci/init.lua new file mode 100644 index 00000000..8d2a4e15 --- /dev/null +++ b/script/ci/init.lua @@ -0,0 +1,4 @@ +if _G['VERSION'] then + require 'ci.version' + os.exit(0, true) +end |