Skip to content

Commit

Permalink
container2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-naumov committed May 3, 2024
1 parent e635a3f commit 6e4e6b7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ubuntu_sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,16 @@ jobs:
# Produce a binary artifact and place it in the mounted volume
run: |
uname -a
cp $(which git) "/artifacts/${artifact_name}"
echo "Produced artifact at /artifacts/${artifact_name}"
# Items placed in /artifacts in the container will be in
# ${PWD}/artifacts on the host.
run: |
uname -a
autoconf --version
ls -al "${PWD}/artifacts"
# run: |
# uname -a
# autoconf --version
# ls -al "${PWD}/artifacts"

- name: uname
shell: bash
Expand Down

0 comments on commit 6e4e6b7

Please sign in to comment.