You've already forked pgbackrest
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:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user