31 lines
625 B
YAML
31 lines
625 B
YAML
workspace:
|
|
base: /build
|
|
|
|
clone:
|
|
git:
|
|
image: woodpeckerci/plugin-git
|
|
settings:
|
|
recursive: true
|
|
|
|
pipeline:
|
|
site-multidomain:
|
|
image: docker:git
|
|
commands:
|
|
- cd site
|
|
- git checkout multidomain
|
|
wo_sinn_ma_ueberhaupt:
|
|
commands:
|
|
- ls -alh .
|
|
- pwd
|
|
make_update:
|
|
image: git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-gluon-build:latest
|
|
commands:
|
|
- cd gluon
|
|
- make update
|
|
environment:
|
|
- input_version=v2022.1.4
|
|
- GLUON_SITEDIR=/build/src/site
|
|
- FORCE_UNSAFE_CONFIGURE=1
|
|
- GLUON_TARGET=ath79-generic
|
|
- GLUON_DEPRECATED=1
|