Browse Source

test

master
wanggang 1 year ago
parent
commit
c320487cfa
  1. 10
      .drone.yml

10
.drone.yml

@ -1,8 +1,3 @@
global-variables:
environment:
PRODUCT: product1
PROJECT: project1
kind: pipeline kind: pipeline
type: docker type: docker
name: linux-amd64 name: linux-amd64
@ -11,6 +6,11 @@ platform:
arch: amd64 arch: amd64
os: linux os: linux
global-variables:
environment:
PRODUCT: product1
PROJECT: project1
steps: steps:
- name: build - name: build
image: mcr.microsoft.com/dotnet/sdk:6.0 image: mcr.microsoft.com/dotnet/sdk:6.0

Loading…
Cancel
Save