mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
gitlab-ci: Fix build environment.
Replace the `alpine` tag with an explicit `alpine` container version. This will dispatch on the currently available ci runners in the upstream gitlab repository. We prefer an explicit version so we have more control over updates to the testing environment. This will need to be bumped periodically.
This commit is contained in:
parent
355d7e976b
commit
2ef043decf
@ -4,9 +4,10 @@ build:
|
|||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
- alpine
|
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
|
image: alpine:3.12
|
||||||
|
|
||||||
stage: build
|
stage: build
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user