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

Commit

Permalink
Add the commit-status option.
Browse files Browse the repository at this point in the history
  • Loading branch information
bigkevmcd committed May 4, 2020
1 parent 7079cd7 commit 2b356b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
image: quay.io/bigkevmcd/tekton-ci
imagePullPolicy: Always
command: ["./tekton-ci"]
args: ["http", "--archiver-image", "quay.io/bigkevmcd/mock-archiver", "--archive-url", "https://example.com/testing"]
args: ["http", "--archiver-image", "quay.io/bigkevmcd/mock-archiver", "--archive-url", "https://example.com/testing", "--commit-statuses"]
env:
- name: GITHUB_TOKEN
valueFrom:
Expand Down

0 comments on commit 2b356b7

Please sign in to comment.