From e3c16c7af962a103e66569e41409b4f08f85da06 Mon Sep 17 00:00:00 2001 From: Dennis Bell Date: Fri, 20 Aug 2021 22:37:47 -0700 Subject: [PATCH] Updates to pipeline --- ci/pipeline/resources.yml | 6 +++--- ci/settings.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/pipeline/resources.yml b/ci/pipeline/resources.yml index ef181d2..f14a633 100644 --- a/ci/pipeline/resources.yml +++ b/ci/pipeline/resources.yml @@ -12,7 +12,7 @@ resources: uri: (( grab meta.github.uri )) branch: (( grab meta.github.branch )) private_key: (( grab meta.github.private_key )) - ignore_paths: ["ci/*[^md]"] + ignore_paths: ["ci/*[^.md]", ".gitignore"] - name: git-ci type: git @@ -21,7 +21,7 @@ resources: uri: (( grab meta.github.uri )) branch: (( grab meta.github.branch )) private_key: (( grab meta.github.private_key )) - paths: [ci/*] + paths: [ci/*, dev/*] disable_ci_skip: true - name: git-latest-tag @@ -58,4 +58,4 @@ resources: source: user: (( grab meta.github.owner )) repository: (( grab meta.github.repo )) - access_token: (( grab meta.github.access_token )) \ No newline at end of file + access_token: (( grab meta.github.access_token )) diff --git a/ci/settings.yml b/ci/settings.yml index 657fd44..74c5725 100644 --- a/ci/settings.yml +++ b/ci/settings.yml @@ -2,7 +2,7 @@ meta: kit: jumpbox release: Jumpbox Genesis Kit - target: pipes@genesis + target: genesis@pipes url: https://pipes.starkandwayne.com exposed: yes