EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit e2ea967b authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

remove results bucket after test

parent 55fba874
No related branches found
No related tags found
No related merge requests found
......@@ -17,4 +17,6 @@ while read product; do
done < "$product_list_file"
pytest
if [ $? -ne 0 ]; then echo "Pytest fail" >&2 && exit 1; fi
\ No newline at end of file
if [ $? -ne 0 ]; then echo "Pytest fail" >&2 && exit 1; fi
swift delete preprocessor_results
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