1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Builds in release.pl now remove all docker containers to get consistent IP address assignments.

This commit is contained in:
David Steele
2016-11-22 17:31:27 -05:00
parent dbd16d25b9
commit 4df3eabf6d
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -132,6 +132,9 @@ eval
# Remove permanent cache file
fileRemove("${strDocPath}/resource/exe.cache", true);
# Remove all docker containers to get consistent IP address assignments
executeTest('docker rm -f $(docker ps -a -q)');
# Generate deployment docs for RHEL/Centos 6
&log(INFO, "Generate RHEL/CentOS 6 documentation");