Skip to content
Snippets Groups Projects
Commit 6b333452 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

remove run cmd

parent 9468018e
No related branches found
No related tags found
2 merge requests!146Production Release | nshmp-ws,!145Resolves - Add Version Info
...@@ -33,7 +33,6 @@ WORKDIR ${builder_workdir} ...@@ -33,7 +33,6 @@ WORKDIR ${builder_workdir}
COPY . . COPY . .
RUN env
RUN ./gradlew assemble \ RUN ./gradlew assemble \
&& mv ${libs_dir}/*-all.jar ${jar_file} && mv ${libs_dir}/*-all.jar ${jar_file}
......
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