Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
./mach build export returns 1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrittervg committed Jun 10, 2021
1 parent a98b4e8 commit e37965c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ce.pp
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,8 @@
exec { 'build-export-3':
command => '/mozilla-central/mach build export',
cwd => '/mozilla-central',
environment => [ 'HOME=/root' ]
environment => [ 'HOME=/root' ],
returns => 1
} ->

# We do it with a -tmp directory we replace in case the headers
Expand Down

0 comments on commit e37965c

Please sign in to comment.