Skip to content

Commit

Permalink
[majo] Merge pull request #33 from wlad/ci
Browse files Browse the repository at this point in the history
retrig. job
  • Loading branch information
wlad authored Jul 3, 2020
2 parents 1b4438f + 97f09db commit 8b1a22b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ orbs:
maven: circleci/[email protected]
openjdk-install: cloudesire/[email protected]

executors:
circleci-python3-java11:
working_directory: ~/projects
docker:
- image: circleci/python:3.8.3-buster-node-browsers


workflows:

Expand Down Expand Up @@ -226,9 +232,9 @@ jobs:
# paths:
# - projects/ehrbase
- save_cache:
key: workspace-v1-{{ checksum ".circleci/config.yml" }}
key: ehrbase-repo-v1-{{ checksum ".circleci/config.yml" }}
paths:
- ~/projects
- ~/projects/ehrbase



Expand Down Expand Up @@ -356,8 +362,6 @@ jobs:
key: workspace-v1-
- run: pwd
- run: ls -la
- run: cd ..
- run: ls -la
- add_ssh_keys:
fingerprints:
- b7:59:8b:46:65:4e:37:d9:b1:21:30:90:df:9c:c8:dd
Expand All @@ -374,6 +378,7 @@ jobs:
key: maven-dep-v1-
- run:
command: |
cd openEHR_SDK
git branch
git checkout major-snapshot-update
SDK_VERSION=$(mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive exec:exec)
Expand Down

0 comments on commit 8b1a22b

Please sign in to comment.