Skip to content

Commit 0a9ad61

Browse files
authored
Merge pull request #117 from RedisGraph/ck-context-circle
context for circle
2 parents 9e65ddc + 5ffd159 commit 0a9ad61

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.circleci.settings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<servers>
33
<server>
44
<id>ossrh</id>
5-
<username>${env.OSSRH_USERNMAE}</username>
5+
<username>${env.OSSRH_USERNAME}</username>
66
<password>${env.OSSRH_PASSWORD}</password>
77
</server>
88
<server>
99
<id>gpg.passphrase</id>
1010
<passphrase>${env.GPG_PASSPHRASE}</passphrase>
1111
</server>
1212
</servers>
13-
</settings>
13+
</settings>

.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)