From 3d4607c91dba56a8d5891a8d18e70dc3838bb8e1 Mon Sep 17 00:00:00 2001 From: Eigeen Date: Sun, 3 Apr 2022 19:20:23 +0800 Subject: [PATCH] CI test #3 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1346ecd..f93f272 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,12 +14,12 @@ steps: - $GOPATH/pkg # - name: test - # image: golang:1.18-alpine + # image: eigeen/golang-devops:1.18-alpine # commands: # - go test - name: build - image: golang:1.18-alpine + image: eigeen/golang-devops:1.18-alpine environments: - CGO_ENABLED=0 commands: