Skip to content
Snippets Groups Projects
Commit d91a6413 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Fix generated ci to not include artifact

parent 4cca8138
No related branches found
No related tags found
No related merge requests found
...@@ -69,9 +69,6 @@ ${CI_JOB_PREFIX}${ifile}_${filename_noext}: ...@@ -69,9 +69,6 @@ ${CI_JOB_PREFIX}${ifile}_${filename_noext}:
stage: benchmarks stage: benchmarks
script: script:
- bash ${script_name} - bash ${script_name}
artifact:
paths:
- results/
allow_failure: true allow_failure: true
EOF EOF
...@@ -87,9 +84,6 @@ ${CI_JOB_PREFIX}${ifile}_${filename_noext}: ...@@ -87,9 +84,6 @@ ${CI_JOB_PREFIX}${ifile}_${filename_noext}:
stage: benchmarks stage: benchmarks
script: script:
- root -b -q ${script_name} - root -b -q ${script_name}
artifact:
paths:
- results/
allow_failure: true allow_failure: true
EOF EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment