Skip to content

Commit

Permalink
Add flag for ballerina org build
Browse files Browse the repository at this point in the history
  • Loading branch information
niveathika committed Jul 7, 2020
1 parent 944d3b4 commit fd9a499
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
test -a --sourceroot mongodb --groups mongodb
env:
# Following credentials are only used during testing in docker container
JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true
MONGODB_HOST: mongodb
MONGODB_USER: admin
MONGODB_PASSWORD: admin
Expand All @@ -41,6 +42,7 @@ jobs:
test -a --groups mongodb-ssl
env:
# Following credentials are only used during testing in docker container
JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true
WORKING_DIR: ./mongodb
MONGODB_HOST: mongodb-ssl
MONGODB_USER: C=US,ST=CA,L=San Francisco,O=Jaspersoft,OU=JSDev,CN=admin
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
test -a --sourceroot mongodb --groups mongodb
env:
# Following credentials are only used during testing in docker container
JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true
MONGODB_HOST: mongodb
MONGODB_USER: admin
MONGODB_PASSWORD: admin
Expand All @@ -44,6 +45,7 @@ jobs:
test -a --groups mongodb-ssl
env:
# Following credentials are only used during testing in docker container
JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true
WORKING_DIR: ./mongodb
MONGODB_HOST: mongodb-ssl
MONGODB_USER: C=US,ST=CA,L=San Francisco,O=Jaspersoft,OU=JSDev,CN=admin
Expand Down
2 changes: 1 addition & 1 deletion mongodb/src/mongodb/tests/Ballerina.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The MongoDB functionality are tested with the docker base test framework. The te

* On installing docker on Windows, see [Get started with Docker for Windows](https://docs.docker.com/docker-for-windows/)

2. Export following options to build module under `ballerinax` organisation.
2. Export following options to build module under `ballerina` organisation.

export JAVA_OPTS="-DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true"

Expand Down

0 comments on commit fd9a499

Please sign in to comment.