Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix to change git pr resourse for tf status check #899

Merged
merged 1 commit into from Nov 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions ci/pipeline.yml
Expand Up @@ -954,11 +954,11 @@ resources:

- name: pull-request
type: pull-request
check_every: 1m
source:
repo: ((cg_provision_git_repo))
repository: ((cg_provision_git_repo))
access_token: ((status_access_token))
disable_forks: true
every: true

- name: terraform-yaml-tooling
type: s3-iam
Expand Down Expand Up @@ -1027,7 +1027,7 @@ resource_types:
- name: pull-request
type: docker-image
source:
repository: jtarchie/pr
repository: teliaoss/github-pr-resource

- name: s3-iam
type: docker-image
Expand Down