testing pipeline when

This commit is contained in:
2021-09-07 15:46:39 -04:00
parent c173c48ed9
commit f5269781ad
3 changed files with 3 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ pipeline:
repo: registry.service.dc1.consul:5000/morty
registry: registry.service.dc1.consul:5000
insecure: true
context: morty
context: morty/
when:
path: 'morty/*'
...

View File

@@ -6,17 +6,13 @@ clone:
path: 'rsync/*'
pipeline:
notify:
image: alpine
commands:
- env
publish:
image: plugins/docker
settings:
repo: registry.service.dc1.consul:5000/rsync
registry: registry.service.dc1.consul:5000
insecure: true
context: rsync
when:
path: 'rsync/*'
...

View File

@@ -1 +1 @@
Tue Sep 7 15:44:52 EDT 2021
Tue Sep 7 15:46:36 EDT 2021