From 665a47607ea579f0773b4b1ca3315b8759bd9cb0 Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Tue, 21 Jul 2020 19:15:43 +0200 Subject: ci pipelines: activate environment without view (#17440) --- lib/spack/spack/ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/ci.py b/lib/spack/spack/ci.py index 3c6812041f..22ba60235a 100644 --- a/lib/spack/spack/ci.py +++ b/lib/spack/spack/ci.py @@ -613,7 +613,7 @@ def generate_gitlab_ci_yaml(env, print_summary, output_file, debug_flag = '-d ' job_scripts = [ - 'spack env activate .', + 'spack env activate --without-view .', 'spack {0}ci rebuild'.format(debug_flag), ] -- cgit v1.2.3-60-g2f50