UNCLASSIFIED - NO CUI

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

Fixing build image stage errors

parent 823b3ce7
No related branches found
No related tags found
2 merge requests!22Master,!21elrr-agg-code-commit to development
Pipeline #1168828 failed
......@@ -21,19 +21,21 @@ RUN pwd && \
ls -al
RUN echo ">>>>>>>>COPYING DEPS<<<<<<<<<" && \
echo "changing to elrraggregator-0.0.1-SNAPSHOT directory" && \
cd elrraggregator-0.0.1-SNAPSHOT && \
echo "listing contents of elrraggregator-0.0.1-SNAPSHOT directory" && \
ls -al && \
echo "moving elrraggregator-0.0.1-SNAPSHOT contents to target/dep" && \
mv BOOT-INF/ ../${DEPENDENCY} && \
mv META-INF/ ../${DEPENDENCY} && \
mv org/ ../${DEPENDENCY} && \
echo "changing to target/dep DIR"
cd ../${DEPENDENCY} && \
pwd && \
echo "listing contents of target/dep dir"
ls -al
RUN cd ${DEPENDENCY} &&\
echo ">>>>>>>>LISTING DEP DIR CONTENTS<<<<<<<<<" && \
ls -al && \
cd testing-dir
RUN cd testing-dir
#RUN dnf update -y && \
# dnf install -y java-devel && \
......
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