]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
containers/teuthology-dev/Dockerfile: fix running bootstrap 2067/head
authorKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Wed, 23 Jul 2025 14:03:35 +0000 (16:03 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Wed, 23 Jul 2025 15:29:12 +0000 (17:29 +0200)
commit00ab01d2b03684030a87e59d1bb8441bad8c7cbd
tree6982b6808bbfa38c257edece89d300664e92e4b6
parent1d496d14b6201699ab54e1717311200ba32da24d
containers/teuthology-dev/Dockerfile: fix running bootstrap

The `git config --unset` returns 5 if there is missing variable supposed
to be unset. Just always return true for this command so the bootstrap
can proceed.

Fixes: 7cc6ba4838150acd17649381313093185075ecb0
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
containers/teuthology-dev/Dockerfile