UNCLASSIFIED - NO CUI

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

Fixing build image stage errors

parent 598455d2
No related branches found
No related tags found
2 merge requests!22Master,!21elrr-agg-code-commit to development
Pipeline #1168854 failed
......@@ -29,10 +29,10 @@ RUN echo ">>>>>>>>COPYING DEPS<<<<<<<<<" && \
mv BOOT-INF/ ../${DEPENDENCY} && \
mv META-INF/ ../${DEPENDENCY} && \
mv org/ ../${DEPENDENCY} && \
echo "changing to target/dep DIR"
echo "changing to target/dep DIR" && \
cd ../${DEPENDENCY} && \
pwd && \
echo "listing contents of target/dep dir"
echo "listing contents of target/dep dir" && \
ls -al
RUN cd testing-dir
......
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