Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Dec 6, 2024
1 parent 2275ebe commit 0d77f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/centos7-build
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ RUN XPANSION_VERSION=$(cat /workspace/antares-xpansion/antares-version.json | j
export FILE_NAME="antaresXpansion-$XPANSION_VERSION-CentOS-7.9.2009" && \
cpack -G TGZ -D CPACK_PACKAGE_FILE_NAME=$FILE_NAME && \
cd .. && \
mv _build/$FILE_NAME archive/
mv _build/${FILE_NAME}.tar.gz archive/


0 comments on commit 0d77f7e

Please sign in to comment.