summaryrefslogtreecommitdiffstats
path: root/auth/docker/pom.xml
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2019-08-05 18:19:57 -0500
committerInstrumental <jonathan.gathman@att.com>2019-08-05 18:20:01 -0500
commitf3970b08a2d82bfb563f82fbbdf7de3a3e90b090 (patch)
treeb3d69c0aacdf5d59bef339bd6d70bdbcbb86d258 /auth/docker/pom.xml
parent69549cebe475d7a3385909907b6a1fdeb7cddef4 (diff)
add push commands
Issue-ID: AAF-917 Change-Id: I8a23aa2fc9e5ce397598bdf412fe1253b3a77876 Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker/pom.xml')
-rw-r--r--auth/docker/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/docker/pom.xml b/auth/docker/pom.xml
index add4e964..46ff63a1 100644
--- a/auth/docker/pom.xml
+++ b/auth/docker/pom.xml
@@ -53,7 +53,7 @@
<configuration>
<skip>false</skip>
<executable>bash</executable>
- <commandlineArgs>-c "pwd; bash dbuild.sh"</commandlineArgs>
+ <commandlineArgs>-c "pwd; bash dbuild.sh;bash dstage.sh"</commandlineArgs>
</configuration>
</plugin>
</plugins>