Liking cljdoc? Tell your friends :D
Clojure only.

clj-cctray.ci.circle-ci

Functions specific to the CircleCI server.

Functions specific to the CircleCI server.
raw docstring

split-nameclj

(split-name {:keys [name]})

CircleCI combines the owner and project name into the CCTray XML name attribute.

This function splits the name into individual entries in the project map.

So instead of:

{:name "Owner/Project Name"}

You end up with:

{:name   "Project Name"
 :owner  "Owner"}
CircleCI combines the owner and project name into the CCTray XML name attribute.

This function splits the name into individual entries in the project map.

So instead of:

    {:name "Owner/Project Name"}

You end up with:

    {:name   "Project Name"
     :owner  "Owner"}
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close