Skip to content

Commit 2b05bfe

Browse files
committed
Remove debug.
1 parent 72e2f81 commit 2b05bfe

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ try {
341341
"COMPOSE_PROJECT_NAME=openmpf_$buildId",
342342
"COMPOSE_FILE=$composeFiles"]) {
343343
try {
344-
sh "docker-compose config" // DEBUG
345344
sh "docker-compose up --exit-code-from workflow-manager $scaleArgs"
346345
sh 'docker-compose down --volumes'
347346
}

docker-compose.integration.test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ services:
5252
- activemq
5353
environment:
5454
- EXTRA_MVN_OPTIONS=$EXTRA_MVN_OPTIONS
55-
- EXTRA_TEST_DATA_PATH=$EXTRA_TEST_DATA_PATH
5655
volumes:
5756
- shared_data:/opt/mpf/share
5857
- ./test-reports:/test-reports

0 commit comments

Comments
 (0)