summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-05-24 18:36:35 +0200
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-05-24 18:36:35 +0200
commit30cece48b7e8acc218f95f2593cabc3e04b03bc5 (patch)
treed27d50e2eb295fa8869a7af0da6a98deb8c9f74c
parent73803ecb4fdd53dc5f78fe7bbd79bcb979a75183 (diff)
Dump env var
Dump the env variables present during docker build for debugging Issue-ID: CLAMP-150 Change-Id: I5fa8e130641801cde2a40c8aa0e59d414960ca3e Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
-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>