Skip to content

Commit

Permalink
we do not need to fail then
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Aug 18, 2024
1 parent 882ff9f commit f7c9bae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CI-testing/docker-ci-run.pl
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ package main;
install => [],
script => [
"perl bin/my-cookiecutter.pl",
"$MAKE clean", $MAKE, "$MAKE test",
"git status -s",
"git diff HEAD",
"$MAKE clean",
$MAKE,
"$MAKE test",
"git status -s || true",
"( git diff HEAD || true ) | head -200 || true",
],
};

Expand Down

0 comments on commit f7c9bae

Please sign in to comment.