Try realpath over pwd
This commit is contained in:
@@ -5,4 +5,4 @@ ls -la
|
||||
realpath .
|
||||
# docker run --rm -v $(pwd):/workdir dusk-linux /bin/bash -c "./scripts/test-linux.sh"
|
||||
echo "Running tests inside Docker container:"
|
||||
docker run --rm -v $(pwd):/workdir dusk-linux /bin/bash -c "ls -la; realpath .; ./scripts/test-linux.sh"
|
||||
docker run --rm -v $(realpath .):/workdir dusk-linux /bin/bash -c "ls -la; realpath .; ./scripts/test-linux.sh"
|
||||
Reference in New Issue
Block a user