diff options
-rw-r--r-- | installation/appc/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml index 130a093..4df9516 100644 --- a/installation/appc/pom.xml +++ b/installation/appc/pom.xml @@ -148,7 +148,7 @@ <goal>exec</goal> </goals> <configuration> - <executable>/bin/bash</executable> + <executable>bash</executable> <environmentVariables> <APPC_VERSION>${appc.version}</APPC_VERSION> <APPC_OAM_VERSION>${project.version}</APPC_OAM_VERSION> @@ -168,7 +168,7 @@ <goal>exec</goal> </goals> <configuration> - <executable>/usr/bin/find</executable> + <executable>find</executable> <arguments> <argument>${basedir}/target/docker-stage/opt/openecomp/appc</argument> <argument>-name</argument> @@ -324,7 +324,7 @@ <goal>exec</goal> </goals> <configuration> - <executable>/bin/bash</executable> + <executable>bash</executable> <environmentVariables> <APPC_VERSION>${appc.version}</APPC_VERSION> <APPC_OAM_VERSION>${project.version}</APPC_OAM_VERSION> |