Service jobs do not need an active environment

This commit is contained in:
Scott Wittenburg
2021-09-28 12:20:30 -06:00
committed by Todd Gamblin
parent d233c20725
commit 4637c51c7f
6 changed files with 0 additions and 15 deletions

View File

@@ -1047,11 +1047,6 @@ def generate_gitlab_ci_yaml(env, print_summary, output_file,
]
final_job['when'] = 'always'
if artifacts_root:
final_job['variables'] = {
'SPACK_CONCRETE_ENV_DIR': concrete_env_dir
}
output_object['rebuild-index'] = final_job
output_object['stages'] = stage_names