Hello, I’m trying to run drone after merging github PRs, the build is launched but it exists with code 0, here is the logs:
+ git init
Initialized empty Git repository in /drone/src/github.com/zfilali/workflowTest/.git/
+ git remote add origin https://github.com/zfilali/workflowTest.git
+ git fetch --no-tags origin +refs/pull/5/merge:
From https://github.com/zfilali/workflowTest
* branch refs/pull/5/merge -> FETCH_HEAD
+ git checkout -qf FETCH_HEAD
+ git submodule update --init --recursive
can’t see how to debug this, any help please ?