From f2364358d168bdd3f3c7e6fc21e4aad4027068aa Mon Sep 17 00:00:00 2001 From: Ferran Borreguero Date: Wed, 29 Nov 2023 09:11:21 +0100 Subject: [PATCH] Fix --- suave/scripts/contracts.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/suave/scripts/contracts.sh b/suave/scripts/contracts.sh index e94ac5109f..ae1ec15a00 100755 --- a/suave/scripts/contracts.sh +++ b/suave/scripts/contracts.sh @@ -23,6 +23,9 @@ civalidate() { # Build again and check if there are any changes in the artifacts folder if [ "$(git status --porcelain .)" ]; then + # Show the changes for debugging purposes + git status --porcelain . + echo "Artifacts have not been generated." exit 1 else