Skip to content

Commit

Permalink
eventuate-tram#10: Use a single job instead of two. Optimized circlec…
Browse files Browse the repository at this point in the history
…i config.
  • Loading branch information
dartartem committed Mar 25, 2021
1 parent 796a156 commit e5b6f3e
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,6 @@ jobs:
path: ~/junit
- store_artifacts:
path: ~/container-logs
deploy-artifacts:
machine: true
working_directory: ~/eventuate-tram-core-quarkus
steps:
- checkout
- restore_cache:
keys:
- eventuate-tram-core-quarkus-{{ checksum "gradle.properties" }}-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}
- eventuate-tram-core-quarkus-
- run: TERM=dumb ./gradlew testClasses aggregateJavaDocs
- save_cache:
paths:
- ~/.gradle
key: eventuate-tram-core-quarkus-{{ checksum "gradle.properties" }}-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}
- run:
name: Publish artifacts
command: |
Expand All @@ -47,9 +33,6 @@ workflows:
version: 2
build-test-and-deploy:
jobs:
- build-and-test-all
- deploy-artifacts:
- build-and-test-all:
context:
- publish
requires:
- build-and-test-all

0 comments on commit e5b6f3e

Please sign in to comment.