Errors reported by git-rebase actually happen after a first build was run,
which seems to point to the build modifying source files.
Signed-off-by: Yann Dirson <yann.dirson@vates.fr>
# failing commit)
- git rebase --rebase-merges $CI_MERGE_REQUEST_DIFF_BASE_SHA
--exec 'devscripts/gitlab-ci-runbuild.sh cargo build ${FEATURES} ${CARGO_FLAGS}'
+ --exec 'git status'
after_script:
# since Git Strategy is "fetch", avoid poluting subsequent runs
# (but as of v16.9 it still won't be run on timeout or cancel)