mirror of
https://github.com/sstent/containers.git
synced 2026-01-25 16:41:51 +00:00
testing pipeline when
This commit is contained in:
@@ -1,4 +1,10 @@
|
|||||||
---
|
---
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: plugins/git
|
||||||
|
when:
|
||||||
|
path: 'dante/*'
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
publish_OpenVPN:
|
publish_OpenVPN:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@@ -7,6 +13,8 @@ pipeline:
|
|||||||
registry: registry.service.dc1.consul:5000
|
registry: registry.service.dc1.consul:5000
|
||||||
insecure: true
|
insecure: true
|
||||||
dockerfile: Dockerfile.openvpn
|
dockerfile: Dockerfile.openvpn
|
||||||
|
context: dante
|
||||||
|
|
||||||
when:
|
when:
|
||||||
path: 'dante/*'
|
path: 'dante/*'
|
||||||
publish_Wireguard:
|
publish_Wireguard:
|
||||||
@@ -16,6 +24,7 @@ pipeline:
|
|||||||
registry: registry.service.dc1.consul:5000
|
registry: registry.service.dc1.consul:5000
|
||||||
insecure: true
|
insecure: true
|
||||||
dockerfile: Dockerfile.wireguard
|
dockerfile: Dockerfile.wireguard
|
||||||
|
context: dante
|
||||||
when:
|
when:
|
||||||
path: 'dante/*'
|
path: 'dante/*'
|
||||||
...
|
...
|
||||||
@@ -1,4 +1,10 @@
|
|||||||
---
|
---
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: plugins/git
|
||||||
|
when:
|
||||||
|
path: 'fitbit-collect/*'
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
notify:
|
notify:
|
||||||
image: alpine
|
image: alpine
|
||||||
@@ -10,6 +16,8 @@ pipeline:
|
|||||||
repo: registry.service.dc1.consul:5000/fitbit-collect
|
repo: registry.service.dc1.consul:5000/fitbit-collect
|
||||||
registry: registry.service.dc1.consul:5000
|
registry: registry.service.dc1.consul:5000
|
||||||
insecure: true
|
insecure: true
|
||||||
|
context: fitbit-collect
|
||||||
|
|
||||||
when:
|
when:
|
||||||
path: 'fitbit-collect/*'
|
path: 'fitbit-collect/*'
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
---
|
---
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: plugins/git
|
||||||
|
when:
|
||||||
|
path: 'garminexport/*'
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@@ -6,6 +12,8 @@ pipeline:
|
|||||||
repo: registry.service.dc1.consul:5000/garminexport
|
repo: registry.service.dc1.consul:5000/garminexport
|
||||||
registry: registry.service.dc1.consul:5000
|
registry: registry.service.dc1.consul:5000
|
||||||
insecure: true
|
insecure: true
|
||||||
|
context: garminexport
|
||||||
|
|
||||||
when:
|
when:
|
||||||
path: 'garminexport/*'
|
path: 'garminexport/*'
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
---
|
---
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: plugins/git
|
||||||
|
when:
|
||||||
|
path: 'gitea/*'
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@@ -6,6 +12,8 @@ pipeline:
|
|||||||
repo: registry.service.dc1.consul:5000/gitea
|
repo: registry.service.dc1.consul:5000/gitea
|
||||||
registry: registry.service.dc1.consul:5000
|
registry: registry.service.dc1.consul:5000
|
||||||
insecure: true
|
insecure: true
|
||||||
|
context: gitea
|
||||||
|
|
||||||
when:
|
when:
|
||||||
path: 'gitea/*'
|
path: 'gitea/*'
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
---
|
---
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: plugins/git
|
||||||
|
when:
|
||||||
|
path: 'morty/*'
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@@ -6,6 +12,7 @@ pipeline:
|
|||||||
repo: registry.service.dc1.consul:5000/morty
|
repo: registry.service.dc1.consul:5000/morty
|
||||||
registry: registry.service.dc1.consul:5000
|
registry: registry.service.dc1.consul:5000
|
||||||
insecure: true
|
insecure: true
|
||||||
|
context: morty
|
||||||
when:
|
when:
|
||||||
path: 'morty/*'
|
path: 'morty/*'
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -1,4 +1,11 @@
|
|||||||
---
|
---
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: plugins/git
|
||||||
|
when:
|
||||||
|
path: 'openpyn_alpine/*'
|
||||||
|
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
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