.drone.yml aktualisiert

This commit is contained in:
Phil 2023-08-20 10:45:55 +02:00
parent 7a7791ff5c
commit b3d749a58a

View file

@ -1,5 +1,6 @@
---
kind: pipeline
type: docker
name: Compile
platform:
@ -7,11 +8,9 @@ platform:
steps:
- name: Prepare Repo
image: alpine
image: alpine/git
commands:
- apk add git
- git pull
- git submodule update --init --recursive
- git submodule update --init --recursive
- name: Compile gmqcc
image: alpine