16b22fd975
Eliminate unused DOCKER_HOST variable and Docker service from CI configuration. This simplifies the setup and improves build performance by reducing overhead.
12 lines
127 B
YAML
12 lines
127 B
YAML
stages:
|
|
- build
|
|
|
|
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
|
|
|
|
build:
|
|
stage: build
|
|
script:
|
|
- build
|
|
- push
|
|
|