Skip to content

Commit

Permalink
wip: nixify
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 30, 2024
1 parent e286bc4 commit 953d773
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ jobs:
ls -la
docker ps -a
docker rm $(docker ps -aq) || true
mkdir "$HOME/test"
touch "$HOME/test/xxx"
ls -la "$HOME/test/"
docker run -v "$HOME/test:/test:z" --rm --entrypoint=/bin/bash -t ubuntu -c "ls -la /test"
docker run -v "$(pwd):/test:z" --rm --entrypoint=/bin/bash -t ubuntu -c "ls -la /test"
# mkdir "$HOME/test"
# touch "$HOME/test/xxx"
# ls -la "$HOME/test/"

# build-jvm:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 953d773

Please sign in to comment.