mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 11:38:16 +00:00
use sysvar to get buildDir for verify step b=372757 r=preed
This commit is contained in:
parent
e419abc574
commit
0d02421456
@ -39,7 +39,7 @@ sub Verify {
|
||||
my $this = shift;
|
||||
|
||||
my $config = new Bootstrap::Config();
|
||||
my $buildDir = $config->Get(var => 'buildDir');
|
||||
my $buildDir = $config->Get(sysvar => 'buildDir');
|
||||
my $productTag = $config->Get(var => 'productTag');
|
||||
my $rc = $config->Get(var => 'rc');
|
||||
my $rcTag = $productTag.'_RC'.$rc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user