UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Unverified Commit df529fc7 authored by Simeranjeet Sandhu's avatar Simeranjeet Sandhu
Browse files

Fixing build image stage errors

parent f401b65d
No related branches found
No related tags found
2 merge requests!22Master,!21elrr-agg-code-commit to development
Pipeline #1168859 failed
...@@ -26,11 +26,11 @@ RUN echo ">>>>>>>>COPYING DEPS<<<<<<<<<" && \ ...@@ -26,11 +26,11 @@ RUN echo ">>>>>>>>COPYING DEPS<<<<<<<<<" && \
echo "listing contents of elrraggregator-0.0.1-SNAPSHOT directory" && \ echo "listing contents of elrraggregator-0.0.1-SNAPSHOT directory" && \
ls -al && \ ls -al && \
echo "moving elrraggregator-0.0.1-SNAPSHOT contents to target/dep" && \ echo "moving elrraggregator-0.0.1-SNAPSHOT contents to target/dep" && \
mv BOOT-INF/ ../${DEPENDENCY} && \ mv BOOT-INF/ ./target/dependency/ && \
mv META-INF/ ../${DEPENDENCY} && \ mv META-INF/ ./target/dependency/ && \
mv org/ ../${DEPENDENCY} && \ mv org/ ./target/dependency/ && \
echo "changing to target/dep DIR" && \ echo "changing to target/dep DIR" && \
cd ../${DEPENDENCY} && \ cd ./target/dependency && \
pwd && \ pwd && \
echo "listing contents of target/dep dir" && \ echo "listing contents of target/dep dir" && \
ls -al ls -al
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment