testing pipeline when

This commit is contained in:
2021-09-07 16:07:26 -04:00
parent f5de73fbbe
commit 87b4fb7f27
7 changed files with 8 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ clone:
path: 'fitbit-collect/*'
pipeline:
publish:
publish_Fitbit-Collect:
image: plugins/docker
repo: registry.service.dc1.consul:5000/fitbit-collect
registry: registry.service.dc1.consul:5000

View File

@@ -6,7 +6,7 @@ clone:
path: 'garminexport/*'
pipeline:
publish:
publish_garminexport:
image: plugins/docker
repo: registry.service.dc1.consul:5000/garminexport
registry: registry.service.dc1.consul:5000

View File

@@ -6,7 +6,7 @@ clone:
path: 'gitea/*'
pipeline:
publish:
publish_gitea:
image: plugins/docker
repo: registry.service.dc1.consul:5000/gitea
registry: registry.service.dc1.consul:5000

View File

@@ -6,7 +6,7 @@ clone:
path: 'morty/*'
pipeline:
publish:
publish_morty:
image: plugins/docker
repo: registry.service.dc1.consul:5000/morty
registry: registry.service.dc1.consul:5000

View File

@@ -7,7 +7,7 @@ clone:
pipeline:
publish:
publish_openpyn:
image: plugins/docker
repo: registry.service.dc1.consul:5000/openpyn
registry: registry.service.dc1.consul:5000

View File

@@ -5,8 +5,8 @@ clone:
when:
path: 'rsync/*'
pipeline_rsync:
publish:
pipeline:
publish_rsync:
image: plugins/docker
repo: registry.service.dc1.consul:5000/rsync
registry: registry.service.dc1.consul:5000

1
rsync/build Normal file
View File

@@ -0,0 +1 @@
Tue Sep 7 16:07:25 EDT 2021