Skip to content

Commit 33a6b3f

Browse files
author
narkisr
committed
using latest self-build
1 parent 05f8057 commit 33a6b3f

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ checkouts
1818
celestial-third-party.log
1919
tags
2020
public/bower_components
21-
jobs.edn
2221
.nrepl-port

jobs.edn

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
}

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
:exclusions [org.clojure/clojure]
5050

5151
:plugins [[jonase/eastwood "0.1.0"]
52-
[self-build "0.0.5"]
52+
[self-build "0.0.6"]
5353
[lein-ancient "0.4.2"] [lein-tar "2.0.0" ]
5454
[lein-tag "0.1.0"] [lein-set-version "0.3.0"]
5555
[topping "0.0.2"] [self-build "0.0.3"]]

0 commit comments

Comments
 (0)