Skip to content

Commit a1abe1e

Browse files
Revert "Add db options for postgres kubernetes."
This reverts commit c882a21.
1 parent 7e1327b commit a1abe1e

File tree

1 file changed

+0
-1
lines changed
  • integration-tests/cucumber-tests-platform-smartmetering

1 file changed

+0
-1
lines changed

integration-tests/cucumber-tests-platform-smartmetering/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ COPY target/cucumber-*-test-jar-with-dependencies.jar /
44
COPY src/test/resources/logback.xml /logback.xml
55
RUN wget https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar
66
CMD java -javaagent:org.jacoco.agent-0.8.12-runtime.jar=destfile=/target/code-coverage/jacoco-it.exec \
7-
-Ddb.username=osp_admin -Ddb.password=1234 -Ddb.hostname=postgres \
87
-Dcucumber.execution.strict=true\
98
-Dcucumber.filter.tags='not @Skip' \
109
-DskipITs=false\

0 commit comments

Comments
 (0)