mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-25 13:25:39 +02:00
ci: checkout git submodules
This commit is contained in:
parent
f85117431a
commit
68727006f3
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ image: alpine:edge
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
|
variables:
|
||||||
|
GIT_SUBMODULE_STRATEGY: normal
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
|
- echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
|
||||||
- apk update
|
- apk update
|
||||||
|
|
Loading…
Add table
Reference in a new issue