From 2b356b7d1d6139ddbf6722ff3991a9e0b199e0be Mon Sep 17 00:00:00 2001 From: Kevin McDermott Date: Mon, 4 May 2020 21:07:18 +0100 Subject: [PATCH] Add the commit-status option. --- deploy/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/deployment.yaml b/deploy/deployment.yaml index e819ffd..40ae310 100644 --- a/deploy/deployment.yaml +++ b/deploy/deployment.yaml @@ -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: