testing pipeline when

This commit is contained in:
2021-09-07 16:01:33 -04:00
parent 2d56aafcc7
commit b193a015f5
2 changed files with 6 additions and 9 deletions

View File

@@ -8,14 +8,11 @@ clone:
pipeline:
publish:
image: plugins/docker
settings:
repo: registry.service.dc1.consul:5000/morty
registry: registry.service.dc1.consul:5000
insecure: true
context: morty/
dockerfile: morty/Dockerfile
commands:
- env
repo: registry.service.dc1.consul:5000/morty
registry: registry.service.dc1.consul:5000
insecure: true
context: morty/
dockerfile: morty/Dockerfile
when:
path: 'morty/*'
...

View File

@@ -1 +1 @@
Tue Sep 7 15:52:43 EDT 2021
Tue Sep 7 16:01:32 EDT 2021