Commit 33a6b3f narkisr
committed
1 parent 05f8057 commit 33a6b3f Copy full SHA for 33a6b3f
File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -18,5 +18,4 @@ checkouts
18
18
celestial-third-party.log
19
19
tags
20
20
public /bower_components
21
- jobs.edn
22
21
.nrepl-port
Original file line number Diff line number Diff line change
1
+ {
2
+ :jobs [
3
+ {:name " celestial"
4
+ :repo " git@github.com:celestial-ops/celestial-core.git"
5
+ :target " /tmp/celestial"
6
+ :steps [
7
+ {:cmd " lein" :args [" runtest" ] :timeout 180 }
8
+ {:cmd " lein" :args [" midje" " :filter" " redis" ] :timeout 180 }
9
+ {:cmd " lein" :args [" midje" " :filter" " elasticsearch" ] :timeout 180 }
10
+ ]
11
+ :poll 3000
12
+ }
13
+ ]
14
+ }
Original file line number Diff line number Diff line change 49
49
:exclusions [org.clojure/clojure]
50
50
51
51
:plugins [[jonase/eastwood " 0.1.0" ]
52
- [self-build " 0.0.5 " ]
52
+ [self-build " 0.0.6 " ]
53
53
[lein-ancient " 0.4.2" ] [lein-tar " 2.0.0" ]
54
54
[lein-tag " 0.1.0" ] [lein-set-version " 0.3.0" ]
55
55
[topping " 0.0.2" ] [self-build " 0.0.3" ]]
You can’t perform that action at this time.
0 commit comments