diff options
author | Timoney, Daniel (dt5972) <dtimoney@att.com> | 2017-03-07 11:06:07 -0500 |
---|---|---|
committer | Timoney, Daniel (dt5972) <dtimoney@att.com> | 2017-03-07 11:14:17 -0500 |
commit | fb7f9c670894f69650a4f4720178ceb26dab562d (patch) | |
tree | e85de01eb20ccc4af1c3e806d5d0fa39d789cf28 /installation/dgbuilder | |
parent | f4b9421ac63454ce0eb52c1767b4d7fa7c4550e7 (diff) |
[DOCKER] Dgbuilder docker build fails
A change made to isolate issue with dgbuilder docker container build was
inadvertantly carried forward into patch
Change-Id: Ic6179b2cd0a5572e19f6e4265fa0b10dc027cbd8
Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com>
Former-commit-id: e5a2ca15ad58e8fd83f2460e17ddaa821b4b7e6a
Diffstat (limited to 'installation/dgbuilder')
-rw-r--r-- | installation/dgbuilder/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/dgbuilder/pom.xml b/installation/dgbuilder/pom.xml index c45046a5..f1f6c16d 100644 --- a/installation/dgbuilder/pom.xml +++ b/installation/dgbuilder/pom.xml @@ -105,7 +105,7 @@ <goal>exec</goal> </goals> <configuration> - <executable>/bin/echo</executable> + <executable>/bin/mkdir</executable> <arguments> <argument>-p</argument> <argument>${basedir}/target/docker-stage/opt/openecomp/sdnc</argument> |