From 804d35ed9cdbd462988cb5e3937f2b94f75be864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=E8=8F=8C?= Date: Wed, 13 Apr 2022 03:07:52 +0800 Subject: [PATCH] .drone.yaml --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index b41a540..2d3e399 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,11 +3,11 @@ kind: pipeline name: default steps: -# - name: build -# image: golang:latest -# commands: -# - "pwd" -# - "cd helloworld" +- name: build + image: golang:latest + commands: + - "pwd && ls" + - "cd helloworld" - name: latest image: thegeeklab/drone-docker-buildx