This repository has been archived on 2026-03-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
java_cet_plus_fonts/.gitlab-ci.yml
T

15 lines
187 B
YAML

stages:
- build
variables:
DOCKER_HOST: tcp://docker:2375/
build:
stage: build
image: buildtool/build-tools:0.0.6
services:
- docker:dind
script:
- build
- push