From e81def80ac3efaa1dd61c59f21fb01c6f4c4d47d Mon Sep 17 00:00:00 2001 From: Gitea Date: Sat, 15 May 2021 02:00:16 +0800 Subject: [PATCH] Revert "test os definition" This reverts commit ecf6d88606b5ac4204d9fb38d903e9ace8b0bddf. --- .drone.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.drone.yml b/.drone.yml index fbd3b27..4ababef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,30 +3,9 @@ workspace: path: . pipeline: - name: build_linux_amd64 build: image: golang - environment: - GOOS: linux - GOARCH: amd64 - # pull: true - commands: - - pwd - - ls - - go env -w GOPROXY=https://goproxy.io,direct - - go get -u github.com/aliyun/alibaba-cloud-sdk-go/services/alidns - - go mod init alidns - - go mod tidy - - go build alidns.go - - ls -al -pipeline: - name: build_windows_amd-64 - build: - image: golang - environment: - GOOS: windows - GOARCH: amd64 # pull: true commands: - pwd @@ -36,4 +15,3 @@ pipeline: - go mod init alidns - go mod tidy - go build alidns.go - - ls -al