use new build container
This commit is contained in:
parent
c549f2d5fd
commit
4b182a618c
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ stages:
|
||||||
- upload
|
- upload
|
||||||
|
|
||||||
.cljs-job: &cljs
|
.cljs-job: &cljs
|
||||||
image: "domaindrivenarchitecture/ddadevops-clojure:4.2.0"
|
image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.3.0"
|
||||||
cache:
|
cache:
|
||||||
key: ${CI_COMMIT_REF_SLUG}
|
key: ${CI_COMMIT_REF_SLUG}
|
||||||
paths:
|
paths:
|
||||||
|
@ -17,7 +17,7 @@ stages:
|
||||||
- npm install
|
- npm install
|
||||||
|
|
||||||
.clj-job: &clj
|
.clj-job: &clj
|
||||||
image: "domaindrivenarchitecture/ddadevops-clojure:4.2.0"
|
image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.3.0"
|
||||||
cache:
|
cache:
|
||||||
key: ${CI_COMMIT_REF_SLUG}
|
key: ${CI_COMMIT_REF_SLUG}
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue