Browse Source

test

master
wanggang 1 year ago
parent
commit
f58461eb83
  1. 9
      .drone.yml

9
.drone.yml

@ -1,8 +1,3 @@
global-variables:
environment: &default_environment
PRODUCT: product1
PROJECT: project1
kind: pipeline kind: pipeline
type: docker type: docker
name: linux-amd64 name: linux-amd64
@ -11,6 +6,10 @@ platform:
arch: amd64 arch: amd64
os: linux os: linux
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