.drone.yml aktualisiert
This commit is contained in:
parent
7a7791ff5c
commit
b3d749a58a
1 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: Compile
|
||||
|
||||
platform:
|
||||
|
@ -7,10 +8,8 @@ platform:
|
|||
|
||||
steps:
|
||||
- name: Prepare Repo
|
||||
image: alpine
|
||||
image: alpine/git
|
||||
commands:
|
||||
- apk add git
|
||||
- git pull
|
||||
- git submodule update --init --recursive
|
||||
|
||||
- name: Compile gmqcc
|
||||
|
|
Loading…
Reference in a new issue