ci pipelines: activate environment without view (#17440)

This commit is contained in:
Harmen Stoppels 2020-07-21 19:15:43 +02:00 committed by Gregory Becker
parent 12958497dc
commit 665a47607e

View file

@ -613,7 +613,7 @@ def generate_gitlab_ci_yaml(env, print_summary, output_file,
debug_flag = '-d ' debug_flag = '-d '
job_scripts = [ job_scripts = [
'spack env activate .', 'spack env activate --without-view .',
'spack {0}ci rebuild'.format(debug_flag), 'spack {0}ci rebuild'.format(debug_flag),
] ]