Skip to content
  • Ben Gamari's avatar
    gitlab-ci: Allow submodule cleaning to fail on Windows · 2bfabd22
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    Currently CI is inexplicably failing with
    ```
    $ git submodule foreach git clean -xdf
    fatal: not a git repository: libffi-tarballs/../.git/modules/libffi-tarballs
    ```
    I have no idea how this working tree got into such a state but we do
    need to fail more gracefully when it happens. Consequently, we allow the
    cleaning step to fail.
    2bfabd22
Validating GitLab CI configuration… Learn more