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

12 lines
235 B
YAML
Raw Normal View History

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