.drone.yml aktualisiert

This commit is contained in:
Phil 2023-08-20 10:44:07 +02:00
parent a9b9e6dc55
commit 7a7791ff5c

View file

@ -9,6 +9,7 @@ steps:
- name: Prepare Repo - name: Prepare Repo
image: alpine image: alpine
commands: commands:
- apk add git
- git pull - git pull
- git submodule update --init --recursive - git submodule update --init --recursive