UNCLASSIFIED - NO CUI

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

dockerfile - modified dep dir name

parent cd82387b
No related branches found
No related tags found
2 merge requests!22Master,!21elrr-agg-code-commit to development
Pipeline #1168509 failed
......@@ -23,10 +23,10 @@ RUN pwd && \
RUN echo ">>>>>>>>COPYING DEPS<<<<<<<<<" && \
cd elrraggregator-0.0.1-SNAPSHOT && \
ls -al && \
mv BOOT-INF/ ../target/dependency/ && \
mv META-INF/ ../target/dependency/ && \
mv org/ ../target/dependency/ && \
cd ../target/dependency && \
mv BOOT-INF/ ../${DEPENDENCY} && \
mv META-INF/ ../${DEPENDENCY} && \
mv org/ ../${DEPENDENCY} && \
cd ../${DEPENDENCY} && \
pwd && \
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