use new ci image
This commit is contained in:
parent
0923c29e02
commit
8995d3b7a5
1 changed files with 4 additions and 8 deletions
|
@ -5,7 +5,7 @@ stages:
|
||||||
- image
|
- image
|
||||||
|
|
||||||
.img: &img
|
.img: &img
|
||||||
image: "domaindrivenarchitecture/ddadevops-dind:4.13.1"
|
image: "domaindrivenarchitecture/ddadevops-dind:4.14.0"
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
before_script:
|
before_script:
|
||||||
|
@ -13,21 +13,17 @@ stages:
|
||||||
- export IMAGE_DOCKERHUB_USER=$DOCKERHUB_USER
|
- export IMAGE_DOCKERHUB_USER=$DOCKERHUB_USER
|
||||||
- export IMAGE_DOCKERHUB_PASSWORD=$DOCKERHUB_PASSWORD
|
- export IMAGE_DOCKERHUB_PASSWORD=$DOCKERHUB_PASSWORD
|
||||||
- export IMAGE_TAG=$CI_COMMIT_TAG
|
- export IMAGE_TAG=$CI_COMMIT_TAG
|
||||||
- export CLOJARS_USERNAME=${CLOJARS_USER}
|
|
||||||
- export CLOJARS_PASSWORD=${CLOJARS_TOKEN_DOMAINDRIVENARCHITECTURE}
|
|
||||||
|
|
||||||
.clj-job: &clj
|
.clj-job: &clj
|
||||||
image: "domaindrivenarchitecture/ddadevops-clj:4.13.1"
|
image: "domaindrivenarchitecture/ddadevops-clj:4.14.0"
|
||||||
cache:
|
cache:
|
||||||
key: ${CI_COMMIT_REF_SLUG}
|
key: ${CI_COMMIT_REF_SLUG}
|
||||||
paths:
|
paths:
|
||||||
- .m2
|
- .m2
|
||||||
before_script:
|
before_script:
|
||||||
- export RELEASE_ARTIFACT_TOKEN=$MEISSA_REPO_BUERO_RW
|
- export RELEASE_ARTIFACT_TOKEN=$MEISSA_REPO_BUERO_RW
|
||||||
- curl -L -O https://github.com/clojure/brew-install/releases/latest/download/linux-install.sh
|
- export CLOJARS_USERNAME=${CLOJARS_USER}
|
||||||
- chmod +x linux-install.sh
|
- export CLOJARS_PASSWORD=${CLOJARS_TOKEN_DOMAINDRIVENARCHITECTURE}
|
||||||
- ./linux-install.sh
|
|
||||||
- mkdir -p /root/.lein
|
|
||||||
- echo "{:auth {:repository-auth {#\"clojars\" {:username \"${CLOJARS_USER}\" :password \"${CLOJARS_TOKEN_DOMAINDRIVENARCHITECTURE}\" }}}}" > ~/.lein/profiles.clj
|
- echo "{:auth {:repository-auth {#\"clojars\" {:username \"${CLOJARS_USER}\" :password \"${CLOJARS_TOKEN_DOMAINDRIVENARCHITECTURE}\" }}}}" > ~/.lein/profiles.clj
|
||||||
|
|
||||||
.tag_only: &tag_only
|
.tag_only: &tag_only
|
||||||
|
|
Loading…
Reference in a new issue