DynuIPRefresher/Docker/Linux_Conan/.gitlab-ci.yml

12 lines
217 B
YAML
Raw Normal View History

# trigger docker rebuild if chages where made
Linux_Conan:
stage: docker
image: docker:latest
services:
- docker:dind
script:
- docker build -t test .
only:
changes:
- Docker/Linux_Conan/*