Advertisement
Guest User

Untitled

a guest
Nov 12th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (import com.cgi.efluid.* "master")
  2.  
  3. (defn yml-check
  4.   [file] ())
  5.  
  6. (defn yml-test
  7.   [file] ())
  8.  
  9. (pipe
  10.   (gerrit {:yml, [yml-check yml-test], :py [identity]}))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement