fixup! Update submodules on pipeline run
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
4a087cde52
commit
cb8e3f14be
@ -12,7 +12,8 @@ steps:
|
|||||||
- name: Abort if CI Commit
|
- name: Abort if CI Commit
|
||||||
image: registry.tobiasmanske.de/git:latest
|
image: registry.tobiasmanske.de/git:latest
|
||||||
commands:
|
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
|
- exit 0
|
||||||
|
|
||||||
- name: Update submodules
|
- name: Update submodules
|
||||||
|
Loading…
Reference in New Issue
Block a user