summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml19
1 files changed, 1 insertions, 18 deletions
diff --git a/pom.xml b/pom.xml
index 3d4444ac..6990dcae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -577,24 +577,7 @@
<goal>exec</goal>
</goals>
<configuration>
- <executable>docker</executable>
- <arguments>
- <argument>ps</argument>
- <argument>--all</argument>
- </arguments>
- </configuration>
- </execution>
- <execution>
- <id>docker_info1</id>
- <phase>validate</phase>
- <goals>
- <goal>exec</goal>
- </goals>
- <configuration>
- <executable>docker</executable>
- <arguments>
- <argument>images</argument>
- </arguments>
+ <executable>env</executable>
</configuration>
</execution>
<execution>