From 90d58419c012649437dd5263fdeaa15c7970535f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=BB=B6=E9=BE=99?= Date: Thu, 12 Mar 2020 21:02:33 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31a07f7..56be18e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,6 @@ jobs: tar zxvf ./dist/skywalking-mock-collector.tar.gz -C ./mock-collector cd ./mock-collector/skywalking-mock-collector nohup bash -c './bin/collector-startup.sh' & - cat nohup.out cd ../.. - name: Check mock collector -- GitLab