You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Move docker files to test/result.
This commit is contained in:
@@ -303,7 +303,7 @@ sub containerBuild
|
|||||||
my $bVmForce = shift;
|
my $bVmForce = shift;
|
||||||
|
|
||||||
# Create temp path
|
# Create temp path
|
||||||
my $strTempPath = $oStorageDocker->pathGet('test/.vagrant/docker');
|
my $strTempPath = $oStorageDocker->pathGet('test/result/docker');
|
||||||
$oStorageDocker->pathCreate($strTempPath, {strMode => '0770', bIgnoreExists => true, bCreateParent => true});
|
$oStorageDocker->pathCreate($strTempPath, {strMode => '0770', bIgnoreExists => true, bCreateParent => true});
|
||||||
|
|
||||||
# Load container definitions from yaml
|
# Load container definitions from yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user