Skip to content

Commit

Permalink
fix every to check_every
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Feb 16, 2019
1 parent dd46ad5 commit 9ff2769
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,15 @@ resource_types:
resources:
- name: credhub-webui-release
type: git
check_every: 15m
source:
uri: ((github.uri))
branch: ((github.branch))
private_key: ((github.private_key))

- name: github-release
type: github-release
every: 15m
check_every: 15m
source:
user: ((github.user))
repository: ((github.repository))
Expand Down

0 comments on commit 9ff2769

Please sign in to comment.