Skip to content

Commit

Permalink
extra command 11
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Dec 3, 2024
1 parent a2f319e commit ea59c9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ jobs:
- name: create a container without starting it && retrieve the .tgz
run: |
container_id=$(docker create antares:centos7)
docker cp $container_id:/workspace/Antares_Simulator/_build/archive archive
ls archive
docker cp $container_id:/workspace/Antares_Simulator/_build/archive archive
echo "-----------------"
docker cp $container_id:/workspace/vcpkg_cache ${{ env.VCPKG_CACHE_DIR }}
echo "-----------------"
Expand Down

0 comments on commit ea59c9c

Please sign in to comment.