From 11183ec00e994f3a87370e9a9bb8e1b0e385d560 Mon Sep 17 00:00:00 2001 From: jiacai_wang Date: Sun, 24 Apr 2022 11:19:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 623dad9..854a9ca 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,8 @@ steps: - name: test image: gcc:latest commands: + - whoami + - pwd - ls -l - gcc hello.c -o hello - ./hello drone!