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 b0eec7b commit 01ef118
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
ls -la
docker ps -a
docker rm $(docker ps -aq) || true
mkdir test
touch test/xxx
mkdir "$(pwd)/test"
touch "$(pwd)/test/xxx"
ls -la "$(pwd)/test/"
docker run -v "$(pwd)/test:/test:z" --rm --entrypoint=/bin/bash -t ubuntu -c "ls -la /test"
# build-jvm:
Expand Down

0 comments on commit 01ef118

Please sign in to comment.