watchtower/scripts
Advait Patel c1b1e569e8 Fix Unsafe Command Expansion in build-tplprev.sh
The script uses `cd $(git rev-parse --show-toplevel)`, which fails if the path has spaces.

Therefore, replaced `cd $(command)` with `cd "$(command)"` to properly handle spaces.

After these changes. it prevents build failures due to incorrect path handling and improves error reporting too.
2025-02-20 01:11:18 -06:00
..
build-tplprev.sh Fix Unsafe Command Expansion in build-tplprev.sh 2025-02-20 01:11:18 -06:00
codecov.sh feat: make head pull failure warning toggleable (#912) 2021-04-23 16:34:21 +02:00
contnet-tests.sh feat: support container network mode (#1429) 2023-08-08 18:32:44 +02:00
dependency-test.sh fix: linked/depends-on container restarting (#1103) 2022-01-11 17:15:22 +01:00
docker-util.sh feat: add porcelain output (#1337) 2022-08-14 10:11:31 +02:00
du-cli.sh feat: add porcelain output (#1337) 2022-08-14 10:11:31 +02:00
lifecycle-tests.sh Fix typos (#554) 2020-05-29 10:59:52 +02:00