gitlab-ci: Do not use subshells for compiling dependencies
authorMichel Dänzer <michel.daenzer@amd.com>
Fri, 5 Apr 2019 16:32:25 +0000 (18:32 +0200)
committerMichel Dänzer <michel@daenzer.net>
Tue, 16 Apr 2019 08:57:55 +0000 (10:57 +0200)
commit5789bd935eb90332fa8976e9df413f4236fe6cb8
treecede40aeba29021f4b57a0b164804575ac921ab7
parent172ccfffda27b36ad352e2715dedf7caf6560943
gitlab-ci: Do not use subshells for compiling dependencies

bash subshells don't inherit the -e option by default, so failures in
the subshell commands wouldn't cause the CI job to fail.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
.gitlab-ci/debian-install.sh