Skip to content

Commit 3890707

Browse files
michalvavrikDavideD
authored andcommitted
chore(project): use same Docker prune location
1 parent 319bbd8 commit 3890707

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

extensions/oidc-client/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
<goal>exec</goal>
220220
</goals>
221221
<configuration>
222-
<executable>${basedir}/../../../.github/docker-prune.sh</executable>
222+
<executable>${docker-prune.location}</executable>
223223
</configuration>
224224
</execution>
225225
</executions>

integration-tests/logging-gelf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
<goal>exec</goal>
264264
</goals>
265265
<configuration>
266-
<executable>${basedir}/../../.github/docker-prune.sh</executable>
266+
<executable>${docker-prune.location}</executable>
267267
</configuration>
268268
</execution>
269269
</executions>

integration-tests/oidc-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
<goal>exec</goal>
249249
</goals>
250250
<configuration>
251-
<executable>${basedir}/../../.github/docker-prune.sh</executable>
251+
<executable>${docker-prune.location}</executable>
252252
</configuration>
253253
</execution>
254254
</executions>

integration-tests/smallrye-graphql-client-keycloak/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
<goal>exec</goal>
274274
</goals>
275275
<configuration>
276-
<executable>${basedir}/../../.github/docker-prune.sh</executable>
276+
<executable>${docker-prune.location}</executable>
277277
</configuration>
278278
</execution>
279279
</executions>

integration-tests/smallrye-jwt-oidc-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
<goal>exec</goal>
307307
</goals>
308308
<configuration>
309-
<executable>${basedir}/../../.github/docker-prune.sh</executable>
309+
<executable>${docker-prune.location}</executable>
310310
</configuration>
311311
</execution>
312312
</executions>

integration-tests/smallrye-jwt-token-propagation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
<goal>exec</goal>
286286
</goals>
287287
<configuration>
288-
<executable>${basedir}/../../.github/docker-prune.sh</executable>
288+
<executable>${docker-prune.location}</executable>
289289
</configuration>
290290
</execution>
291291
</executions>

0 commit comments

Comments
 (0)