Skip to content

Commit

Permalink
Updates to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisjbell committed Aug 21, 2021
1 parent e7a973f commit e3c16c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ci/pipeline/resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -58,4 +58,4 @@ resources:
source:
user: (( grab meta.github.owner ))
repository: (( grab meta.github.repo ))
access_token: (( grab meta.github.access_token ))
access_token: (( grab meta.github.access_token ))
2 changes: 1 addition & 1 deletion ci/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
meta:
kit: jumpbox
release: Jumpbox Genesis Kit
target: pipes@genesis
target: genesis@pipes
url: https://pipes.starkandwayne.com
exposed: yes

Expand Down

0 comments on commit e3c16c7

Please sign in to comment.