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

14 lines
255 B
YAML
Raw Normal View History

2020-10-31 20:12:39 +00:00
# trigger docker rebuild if changes where made
2020-11-03 18:56:00 +00:00
docker_linux:
stage: docker
image: docker:latest
2020-11-03 18:56:00 +00:00
tags:
- dind
services:
- docker:dind
script:
2020-10-31 20:12:39 +00:00
- docker build -t test Docker/Linux_Conan
only:
changes:
- Docker/Linux_Conan/*