ci pipelines: activate environment without view (#17440)
This commit is contained in:
parent
12958497dc
commit
665a47607e
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue