Skip to content

Commit d90366b

Browse files
committed
FDP-2849: Removal of not used certificates
1 parent 73dc1e7 commit d90366b

File tree

3 files changed

+0
-3
lines changed
  • integration-tests

3 files changed

+0
-3
lines changed

integration-tests/cucumber-tests-platform-common/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM eclipse-temurin:17
22
WORKDIR /
33
COPY cucumber-tests-platform-common/target/cucumber-*-test-jar-with-dependencies.jar /
4-
COPY certificates /etc/ssl/certs/organisations/
54
RUN wget https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar
65
CMD java -javaagent:org.jacoco.agent-0.8.12-runtime.jar=destfile=/target/code-coverage/jacoco-it.exec \
76
-Dcucumber.execution.strict=true\

integration-tests/cucumber-tests-platform-publiclighting/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM eclipse-temurin:17
22
WORKDIR /
33
COPY cucumber-tests-platform-publiclighting/target/cucumber-*-test-jar-with-dependencies.jar /
4-
COPY certificates /etc/ssl/certs/organisations/
54
RUN wget https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar
65
CMD java -javaagent:org.jacoco.agent-0.8.12-runtime.jar=destfile=/target/code-coverage/jacoco-it.exec \
76
-Dcucumber.execution.strict=true\

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM eclipse-temurin:17
22
WORKDIR /
33
COPY cucumber-tests-platform-smartmetering/target/cucumber-*-test-jar-with-dependencies.jar /
4-
COPY certificates /etc/ssl/certs/organisations/
54
RUN wget https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar
65
CMD java -javaagent:org.jacoco.agent-0.8.12-runtime.jar=destfile=/target/code-coverage/jacoco-it.exec \
76
-Dcucumber.execution.strict=true\

0 commit comments

Comments
 (0)