mirror of
https://github.com/sstent/containers.git
synced 2026-01-25 08:34:48 +00:00
testing pipeline when
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
---
|
||||
clone:
|
||||
git:
|
||||
image: plugins/git
|
||||
when:
|
||||
path: 'dante/*'
|
||||
|
||||
pipeline:
|
||||
publish_OpenVPN:
|
||||
image: plugins/docker
|
||||
@@ -7,6 +13,8 @@ pipeline:
|
||||
registry: registry.service.dc1.consul:5000
|
||||
insecure: true
|
||||
dockerfile: Dockerfile.openvpn
|
||||
context: dante
|
||||
|
||||
when:
|
||||
path: 'dante/*'
|
||||
publish_Wireguard:
|
||||
@@ -16,6 +24,7 @@ pipeline:
|
||||
registry: registry.service.dc1.consul:5000
|
||||
insecure: true
|
||||
dockerfile: Dockerfile.wireguard
|
||||
context: dante
|
||||
when:
|
||||
path: 'dante/*'
|
||||
...
|
||||
@@ -1,4 +1,10 @@
|
||||
---
|
||||
clone:
|
||||
git:
|
||||
image: plugins/git
|
||||
when:
|
||||
path: 'fitbit-collect/*'
|
||||
|
||||
pipeline:
|
||||
notify:
|
||||
image: alpine
|
||||
@@ -10,6 +16,8 @@ pipeline:
|
||||
repo: registry.service.dc1.consul:5000/fitbit-collect
|
||||
registry: registry.service.dc1.consul:5000
|
||||
insecure: true
|
||||
context: fitbit-collect
|
||||
|
||||
when:
|
||||
path: 'fitbit-collect/*'
|
||||
...
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
---
|
||||
clone:
|
||||
git:
|
||||
image: plugins/git
|
||||
when:
|
||||
path: 'garminexport/*'
|
||||
|
||||
pipeline:
|
||||
publish:
|
||||
image: plugins/docker
|
||||
@@ -6,6 +12,8 @@ pipeline:
|
||||
repo: registry.service.dc1.consul:5000/garminexport
|
||||
registry: registry.service.dc1.consul:5000
|
||||
insecure: true
|
||||
context: garminexport
|
||||
|
||||
when:
|
||||
path: 'garminexport/*'
|
||||
...
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
---
|
||||
clone:
|
||||
git:
|
||||
image: plugins/git
|
||||
when:
|
||||
path: 'gitea/*'
|
||||
|
||||
pipeline:
|
||||
publish:
|
||||
image: plugins/docker
|
||||
@@ -6,6 +12,8 @@ pipeline:
|
||||
repo: registry.service.dc1.consul:5000/gitea
|
||||
registry: registry.service.dc1.consul:5000
|
||||
insecure: true
|
||||
context: gitea
|
||||
|
||||
when:
|
||||
path: 'gitea/*'
|
||||
...
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
---
|
||||
clone:
|
||||
git:
|
||||
image: plugins/git
|
||||
when:
|
||||
path: 'morty/*'
|
||||
|
||||
pipeline:
|
||||
publish:
|
||||
image: plugins/docker
|
||||
@@ -6,6 +12,7 @@ pipeline:
|
||||
repo: registry.service.dc1.consul:5000/morty
|
||||
registry: registry.service.dc1.consul:5000
|
||||
insecure: true
|
||||
context: morty
|
||||
when:
|
||||
path: 'morty/*'
|
||||
...
|
||||
|
||||
@@ -1,4 +1,11 @@
|
||||
---
|
||||
clone:
|
||||
git:
|
||||
image: plugins/git
|
||||
when:
|
||||
path: 'openpyn_alpine/*'
|
||||
|
||||
|
||||
pipeline:
|
||||
publish:
|
||||
image: plugins/docker
|
||||
|
||||
1
morty/build
Normal file
1
morty/build
Normal file
@@ -0,0 +1 @@
|
||||
Tue Sep 7 15:44:52 EDT 2021
|
||||
Reference in New Issue
Block a user