From c173c48ed9d38f1df4a7ca8272dce0430c033b29 Mon Sep 17 00:00:00 2001 From: Stuart Stent Date: Tue, 7 Sep 2021 15:45:07 -0400 Subject: [PATCH] testing pipeline when --- .drone/.dante.yml | 9 +++++++++ .drone/.fitbit-collect.yml | 8 ++++++++ .drone/.garminexport.yml | 8 ++++++++ .drone/.gitea.yml | 8 ++++++++ .drone/.morty.yml | 7 +++++++ .drone/.openpyn_alpine.yml | 7 +++++++ morty/build | 1 + 7 files changed, 48 insertions(+) create mode 100644 morty/build diff --git a/.drone/.dante.yml b/.drone/.dante.yml index bb50698..6a695d1 100644 --- a/.drone/.dante.yml +++ b/.drone/.dante.yml @@ -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/*' ... \ No newline at end of file diff --git a/.drone/.fitbit-collect.yml b/.drone/.fitbit-collect.yml index c434e78..5e07ca0 100644 --- a/.drone/.fitbit-collect.yml +++ b/.drone/.fitbit-collect.yml @@ -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/*' ... diff --git a/.drone/.garminexport.yml b/.drone/.garminexport.yml index 15a0a2a..e78b2c3 100644 --- a/.drone/.garminexport.yml +++ b/.drone/.garminexport.yml @@ -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/*' ... diff --git a/.drone/.gitea.yml b/.drone/.gitea.yml index c3859f0..88c49b3 100644 --- a/.drone/.gitea.yml +++ b/.drone/.gitea.yml @@ -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/*' ... diff --git a/.drone/.morty.yml b/.drone/.morty.yml index d3897e2..ba6bd62 100644 --- a/.drone/.morty.yml +++ b/.drone/.morty.yml @@ -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/*' ... diff --git a/.drone/.openpyn_alpine.yml b/.drone/.openpyn_alpine.yml index c0e9085..0199ab2 100644 --- a/.drone/.openpyn_alpine.yml +++ b/.drone/.openpyn_alpine.yml @@ -1,4 +1,11 @@ --- +clone: + git: + image: plugins/git + when: + path: 'openpyn_alpine/*' + + pipeline: publish: image: plugins/docker diff --git a/morty/build b/morty/build new file mode 100644 index 0000000..32341ed --- /dev/null +++ b/morty/build @@ -0,0 +1 @@ +Tue Sep 7 15:44:52 EDT 2021