Skip to content

Commit 353636f

Browse files
committed
context for circle
1 parent 9e65ddc commit 353636f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.circleci/config.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ jobs:
4444
paths:
4545
- ~/.m2
4646
key: v1-dependencies-{{ checksum "pom.xml" }}
47-
47+
4848
# run tests!
4949
# - run: mvn pmd:check
50-
50+
5151
- run: mvn integration-test
5252

5353
- early_return_for_forked_pull_requests
54-
54+
5555
- run: bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
5656

5757
- run: mvn -s .circleci.settings.xml -DskipTests deploy
@@ -60,7 +60,9 @@ workflows:
6060
version: 2
6161
commit:
6262
jobs:
63-
- build
63+
- build:
64+
context:
65+
- common
6466
nightly:
6567
triggers:
6668
- schedule:

0 commit comments

Comments
 (0)