Browse Source

test

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

9
.drone.yml

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