[jenkins-ci PATCH 1/3] jobs: Run commands after loading environments

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The contents of either global_env or local_env might affect
the behavior of the build, so no command should be executed
before loading them both.

Signed-off-by: Andrea Bolognani <abologna@xxxxxxxxxx>
---
 jobs/perl-makemaker.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jobs/perl-makemaker.yaml b/jobs/perl-makemaker.yaml
index 84b368e..065b38e 100644
--- a/jobs/perl-makemaker.yaml
+++ b/jobs/perl-makemaker.yaml
@@ -40,9 +40,9 @@
           values: '{obj:machines}'
     builders:
       - shell: |
-          perl Makefile.PL PREFIX="$VIRT_PREFIX"
           {global_env}
           {local_env}
+          perl Makefile.PL PREFIX="$VIRT_PREFIX"
           $MAKE
           $MAKE -j{smp} install
           $MAKE -j{smp} manifest
-- 
2.17.0

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list



[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux