From 218044c19e0bdadecf8984b45f33e226f7cd2d1e Mon Sep 17 00:00:00 2001 From: jiacai Date: Sun, 25 Sep 2022 23:01:05 +0800 Subject: [PATCH] be quiet in drone pipeline --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 63f2eca..b7dcad8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,9 +4,7 @@ steps: - name: test image: gcc:latest commands: - - echo "*****hello*****" - g++ hello.cpp -o hello && ./hello - cd class || exit - - echo "*****construct*****" - g++ construct.cpp -o construct && ./construct