Account for different temporary directories
All checks were successful
Create Snapshot / build (push) Successful in 24s

This commit is contained in:
Gabriel Simmer 2024-08-15 22:34:58 +01:00
parent 3a1835f937
commit 41399eeeb8
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

View file

@ -12,7 +12,7 @@ check_dependencies() {
}
snapshot() {
docker run --rm -v /tmp:/tmp git.gmem.ca/arch/servo:latest "$1" -z -y2 -o"$2" --resolution=1920x1080
docker run --rm -v $TMPDIR:/tmp git.gmem.ca/arch/servo:latest "$1" -z -y2 -o"/tmp/$(basename ${2})" --resolution=1920x1080
}
hash() {