From d91a6413abc7494256db458124d771250a780263 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Sat, 3 Oct 2020 22:25:54 -0500 Subject: [PATCH] Fix generated ci to not include artifact --- bin/gen_ci_config | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bin/gen_ci_config b/bin/gen_ci_config index 80e5e7a4..b21893a2 100755 --- a/bin/gen_ci_config +++ b/bin/gen_ci_config @@ -69,9 +69,6 @@ ${CI_JOB_PREFIX}${ifile}_${filename_noext}: stage: benchmarks script: - bash ${script_name} - artifact: - paths: - - results/ allow_failure: true EOF @@ -87,9 +84,6 @@ ${CI_JOB_PREFIX}${ifile}_${filename_noext}: stage: benchmarks script: - root -b -q ${script_name} - artifact: - paths: - - results/ allow_failure: true EOF -- GitLab