diff options
Diffstat (limited to 'auth/docker/pom.xml')
-rw-r--r-- | auth/docker/pom.xml | 2 |
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> |