Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Dec 5, 2024
1 parent 1470111 commit 14b05d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ jobs:
run: |
ls -latr .ccache/
echo "-------------"
cat ${{ env.DOCKERFILE }}
echo "-------------"
docker build \
-t antaresxpansion:centos7 \
--build-arg="BRANCH=${{ env.REF }}" \
Expand Down
2 changes: 1 addition & 1 deletion docker/centos7-build
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ RUN XPANSION_VERSION=$(cat /workspace/antares-xpansion/antares-version.json | j
pushd _build && \
export FILE_NAME="antaresXpansion-$XPANSION_VERSION-CentOS-7.9.2009" && \
cpack -G TGZ -D CPACK_PACKAGE_FILE_NAME=$FILE_NAME && \
popd
popd && \
mv _build/$FILE_NAME archive/


0 comments on commit 14b05d8

Please sign in to comment.