From 3d47da19e33991fee53fba7e5e9b530f0354fa40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Mon, 21 Sep 2020 12:10:30 +0200 Subject: [PATCH] ci: Fix Gomod integration test --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index e58fadf87..172fba547 100644 --- a/circle.yml +++ b/circle.yml @@ -268,7 +268,7 @@ jobs: name: "Go module integration test" working_directory: test/gomod command: | - test -z "$CIRCLE_PR_USERNAME" || (echo "Skip for PRs from forks" && exit 0) + test -z "$CIRCLE_PR_USERNAME" || { echo "Skip for PRs from forks"; exit 0; } V=$CIRCLE_TAG if [ -z $V ]; then