refactor: remove unnecessary variables and services #35

Merged
argoyle merged 1 commits from update-ci-yml-remove-docker-services into master 2024-12-11 09:15:18 +00:00
-5
View File
@@ -1,15 +1,10 @@
stages: stages:
- build - build
variables:
DOCKER_HOST: tcp://docker:2375/
image: buildtool/build-tools:${BUILDTOOLS_VERSION} image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build: build:
stage: build stage: build
services:
- docker:${DOCKER_DIND_VERSION}
script: script:
- build - build
- push - push