Skip to content

Commit

Permalink
POS-106: Attempt to run end2end test on Bitbucket Pipelines #9
Browse files Browse the repository at this point in the history
  • Loading branch information
tklv committed Mar 12, 2020
1 parent 624f2c8 commit 1cbd887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ pipelines:
- maven
script:
- export TESTCONTAINERS_RYUK_DISABLED=true
- printenv MAVEN_OPTS
# - export MAVEN_OPTS="-Xms1024m -Xmx2048m"
- export MAVEN_OPTS="-Xms1024m -Xmx2048m"
- printenv MAVEN_OPTS
- mvn -e -B -P ci clean install
services:
- postgres
Expand Down

0 comments on commit 1cbd887

Please sign in to comment.