Unverified Commit 162fa7e8 authored by Tom Moulard's avatar Tom Moulard
Browse files

test: fixing artifact upload

parent 99b27e50
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
#!/bin/bash
set -e
# set -e
errors=0
log_file=log.log

@@ -35,7 +35,7 @@ rm $file

# Creating a patch to fix test_config.yml
dc config > test_config.yml
git diff > test_patch.patch
git diff test_config.yml > test_patch.patch

[ $errors -gt 0 ] && echo "There were $errors errors found" && exit 1