From 2b36855f6df7c172882317119d66eba9de580041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B3=80=EC=A0=95=ED=9B=88?= Date: Tue, 31 Jan 2023 05:11:34 +0000 Subject: [PATCH] git-cli.yaml add --- clustertask/git-cli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clustertask/git-cli.yaml b/clustertask/git-cli.yaml index 546274b..b9f8b21 100644 --- a/clustertask/git-cli.yaml +++ b/clustertask/git-cli.yaml @@ -144,4 +144,4 @@ spec: exit $EXIT_CODE fi # Make sure we don't add a trailing newline to the result! - printf "%s" "$RESULT_SHA" > "$(results.commit.path)" + printf "%s" "$RESULT_SHA" > "$(results.commit.path)" \ No newline at end of file