fixup! Update submodules on pipeline run
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Tobias Manske 2023-08-21 16:03:48 +02:00
parent 4a087cde52
commit cb8e3f14be
Signed by: tobias
GPG Key ID: 9164B527694A0709
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ steps:
- name: Abort if CI Commit
image: registry.tobiasmanske.de/git:latest
commands:
- "[[ \"$${GIT_COMMITTER_NAME}\" = \"Drone CI\" ]] && exit 78"
- "[[ \"$GIT_COMMITTER_NAME\" = \"Drone CI\" ]] && exit 78"
- "[[ \"$GIT_COMMITTER_NAME\" = \"\" ]] && exit 78" # No commit info. Abort.
- exit 0
- name: Update submodules