mirror of
https://github.com/status-im/consul.git
synced 2025-01-22 03:29:43 +00:00
Fix integration test with updated file perms (#11916)
This commit is contained in:
parent
69c19ca9fc
commit
7d1899d907
@ -37,4 +37,8 @@ for f in \
|
||||
docker cp "${container}:/out/$f" workdir/secondary/tls
|
||||
done
|
||||
|
||||
# Private keys have 600 perms but tests are run as another user
|
||||
chmod 666 workdir/primary/tls/primary-server-consul-0-key.pem
|
||||
chmod 666 workdir/secondary/tls/secondary-server-consul-0-key.pem
|
||||
|
||||
docker rm -f "$container" >/dev/null || true
|
||||
|
Loading…
x
Reference in New Issue
Block a user