From 7064811c12a6305c4308c04d9419962730ed4523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Sun, 14 Aug 2022 17:43:26 +0800 Subject: [PATCH] Wrong param --- concourse/build.yaml | 3 ++- concourse/test.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/concourse/build.yaml b/concourse/build.yaml index 63b9bbd..43b3e69 100644 --- a/concourse/build.yaml +++ b/concourse/build.yaml @@ -9,4 +9,5 @@ params: run: path: go - args: build + args: + - build diff --git a/concourse/test.yaml b/concourse/test.yaml index 0de1cf8..1b1daab 100644 --- a/concourse/test.yaml +++ b/concourse/test.yaml @@ -9,4 +9,5 @@ params: run: path: go - args: test + args: + - test