mirror of
https://github.com/metosin/reitit.git
synced 2026-02-07 04:13:12 +00:00
"image" is a disallowed key
This commit is contained in:
parent
c3650cf539
commit
590d811619
1 changed files with 6 additions and 6 deletions
|
|
@ -3,10 +3,10 @@ jobs:
|
||||||
test-clj:
|
test-clj:
|
||||||
working_directory: ~/test
|
working_directory: ~/test
|
||||||
parameters:
|
parameters:
|
||||||
image:
|
image-name:
|
||||||
type: string
|
type: string
|
||||||
docker:
|
docker:
|
||||||
- image: << parameters.image >>
|
- image: << parameters.image-name >>
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
|
|
@ -107,13 +107,13 @@ workflows:
|
||||||
test-and-build-docs:
|
test-and-build-docs:
|
||||||
jobs:
|
jobs:
|
||||||
- test-clj:
|
- test-clj:
|
||||||
image: clojure:openjdk-8-lein-2.9.1
|
image-name: clojure:openjdk-8-lein-2.9.1
|
||||||
- test-clj:
|
- test-clj:
|
||||||
image: clojure:openjdk-11-lein-2.9.1
|
image-name: clojure:openjdk-11-lein-2.9.1
|
||||||
- test-clj:
|
- test-clj:
|
||||||
image: clojure:openjdk-13-lein-2.9.1
|
image-name: clojure:openjdk-13-lein-2.9.1
|
||||||
- test-clj:
|
- test-clj:
|
||||||
image: clojure:openjdk-14-lein-2.9.1
|
image-name: clojure:openjdk-14-lein-2.9.1
|
||||||
- test-cljs
|
- test-cljs
|
||||||
# - build-docs:
|
# - build-docs:
|
||||||
# filters:
|
# filters:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue