Skip to content

Commit

Permalink
updated circleci config [ciskip]
Browse files Browse the repository at this point in the history
  • Loading branch information
assadriaz authored Sep 26, 2019
1 parent 0616b39 commit b22f5dc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ aliases:
jobs:
test:
docker:
- image: eu.gcr.io/carbon-1287/circleci-toolbox-image
- image: eu.gcr.io/entur-system-1287/circleci-toolbox-image
auth:
username: _json_key
password: $GCLOUD_SERVICE_KEY
password: $DOCKER_PASSWORD
environment:
MAVEN_OPTS: -Xmx3G
steps:
Expand All @@ -53,10 +53,10 @@ jobs:
path: ~/junit
build:
docker:
- image: eu.gcr.io/carbon-1287/circleci-toolbox-image
- image: eu.gcr.io/entur-system-1287/circleci-toolbox-image
auth:
username: _json_key
password: $GCLOUD_SERVICE_KEY
password: $DOCKER_PASSWORD
environment:
MAVEN_OPTS: -Xmx3G
steps:
Expand All @@ -82,10 +82,10 @@ jobs:
path: ~/junit
deploy:
docker:
- image: eu.gcr.io/carbon-1287/circleci-toolbox-image
- image: eu.gcr.io/entur-system-1287/circleci-toolbox-image
auth:
username: _json_key
password: $GCLOUD_SERVICE_KEY
password: $DOCKER_PASSWORD
environment:
DEBIAN_FRONTEND: "noninteractive"
steps:
Expand All @@ -112,4 +112,4 @@ workflows:
- build
filters:
branches:
only: master
only: master

0 comments on commit b22f5dc

Please sign in to comment.