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
|
||||
|
||||
.img: &img
|
||||
image: "domaindrivenarchitecture/ddadevops-dind:4.13.1"
|
||||
image: "domaindrivenarchitecture/ddadevops-dind:4.14.0"
|
||||
services:
|
||||
- docker:dind
|
||||
before_script:
|
||||
|
@ -13,21 +13,17 @@ stages:
|
|||
- export IMAGE_DOCKERHUB_USER=$DOCKERHUB_USER
|
||||
- export IMAGE_DOCKERHUB_PASSWORD=$DOCKERHUB_PASSWORD
|
||||
- export IMAGE_TAG=$CI_COMMIT_TAG
|
||||
- export CLOJARS_USERNAME=${CLOJARS_USER}
|
||||
- export CLOJARS_PASSWORD=${CLOJARS_TOKEN_DOMAINDRIVENARCHITECTURE}
|
||||
|
||||
.clj-job: &clj
|
||||
image: "domaindrivenarchitecture/ddadevops-clj:4.13.1"
|
||||
image: "domaindrivenarchitecture/ddadevops-clj:4.14.0"
|
||||
cache:
|
||||
key: ${CI_COMMIT_REF_SLUG}
|
||||
paths:
|
||||
- .m2
|
||||
before_script:
|
||||
- export RELEASE_ARTIFACT_TOKEN=$MEISSA_REPO_BUERO_RW
|
||||
- curl -L -O https://github.com/clojure/brew-install/releases/latest/download/linux-install.sh
|
||||
- chmod +x linux-install.sh
|
||||
- ./linux-install.sh
|
||||
- mkdir -p /root/.lein
|
||||
- export CLOJARS_USERNAME=${CLOJARS_USER}
|
||||
- export CLOJARS_PASSWORD=${CLOJARS_TOKEN_DOMAINDRIVENARCHITECTURE}
|
||||
- echo "{:auth {:repository-auth {#\"clojars\" {:username \"${CLOJARS_USER}\" :password \"${CLOJARS_TOKEN_DOMAINDRIVENARCHITECTURE}\" }}}}" > ~/.lein/profiles.clj
|
||||
|
||||
.tag_only: &tag_only
|
||||
|
|
Loading…
Reference in a new issue