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

Resolve "Add artifact summary file"

parent 0058f134
No related branches found
No related tags found
1 merge request!307Resolve "Add artifact summary file"
...@@ -18,6 +18,7 @@ default: ...@@ -18,6 +18,7 @@ default:
- results - results
- config - config
- .env - .env
- summary.txt
reports: reports:
dotenv: .env dotenv: .env
...@@ -118,6 +119,7 @@ final_report: ...@@ -118,6 +119,7 @@ final_report:
script: script:
# disabled while we address ACTS issues # disabled while we address ACTS issues
#- mkdir -p results/views && cd results/views && bash ../../bin/download_views #- mkdir -p results/views && cd results/views && bash ../../bin/download_views
- find results -print | sort | tee summary.txt
- echo "It was a success!" - echo "It was a success!"
allow_failure: true allow_failure: true
......
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