be quiet in drone pipeline

This commit is contained in:
jiacai 2022-09-25 23:01:05 +08:00
parent f689a6151d
commit 218044c19e

View File

@ -4,9 +4,7 @@ steps:
- name: test - name: test
image: gcc:latest image: gcc:latest
commands: commands:
- echo "*****hello*****"
- g++ hello.cpp -o hello && ./hello - g++ hello.cpp -o hello && ./hello
- cd class || exit - cd class || exit
- echo "*****construct*****"
- g++ construct.cpp -o construct && ./construct - g++ construct.cpp -o construct && ./construct