Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Update concourse with new repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
luispabon committed Sep 27, 2019
1 parent ced6d78 commit 718cb80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions concourse/pipeline-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ resources:
- name: code
type: git
source:
uri: https://github.com/luispabon/kong-certbot-agent.git
uri: https://github.com/phpdocker-io/kong-certbot-agent.git
branch: master

- name: master-status
type: github-status
source:
repository: luispabon/kong-certbot-agent
repository: phpdocker-io/kong-certbot-agent
branch: master
access_token: {{github-access-token}}

Expand Down
2 changes: 1 addition & 1 deletion concourse/pipeline-pull-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resources:
- name: code
type: pull-request
source:
repository: luispabon/kong-certbot-agent
repository: phpdocker-io/kong-certbot-agent
access_token: {{github-access-token}}
disable_ci_skip: false

Expand Down

0 comments on commit 718cb80

Please sign in to comment.