File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ RUN gem update --system \
1616ADD . .
1717
1818# build postgresql dependencies
19- RUN mvn -f ci/postgresql/pom.xml clean install -P binary-packaging \
20- && cp -rf ci/postgresql/target/*.jar ./lib/gooddata/cloud_resources/postgresql/drivers/
19+ RUN mvn -f ci/postgresql/pom.xml clean install -P binary-packaging
20+ RUN cp -rf ci/postgresql/target/*.jar ./lib/gooddata/cloud_resources/postgresql/drivers/
2121
2222# build mssql dependencies
23- RUN mvn -f ci/mssql/pom.xml clean install -P binary-packaging \
24- && cp -rf ci/mssql/target/*.jar ./lib/gooddata/cloud_resources/mssql/drivers/
23+ RUN mvn -f ci/mssql/pom.xml clean install -P binary-packaging
24+ RUN cp -rf ci/mssql/target/*.jar ./lib/gooddata/cloud_resources/mssql/drivers/
2525
2626# build mysql dependencies
27- RUN mvn -f ci/mysql/pom.xml clean install -P binary-packaging \
28- && cp -rf ci/mysql/target/*.jar ./lib/gooddata/cloud_resources/mysql/drivers/
27+ RUN mvn -f ci/mysql/pom.xml clean install -P binary-packaging
28+ RUN cp -rf ci/mysql/target/*.jar ./lib/gooddata/cloud_resources/mysql/drivers/
2929
3030# Import GoodData certificate to Java. This is needed for connection to ADS.
3131# https://jira.intgdc.com/browse/TMA-300
You can’t perform that action at this time.
0 commit comments