This commit is contained in:
14
.drone.yml
14
.drone.yml
@@ -7,15 +7,15 @@ trigger:
|
|||||||
exclude:
|
exclude:
|
||||||
- promote
|
- promote
|
||||||
|
|
||||||
clone:
|
# clone:
|
||||||
disable: true
|
# disable: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
# - name: checkout
|
||||||
image: alpine/git
|
# image: alpine/git
|
||||||
commands:
|
# commands:
|
||||||
- git clone https://gitea.khongisa.co.za/khwezi/blazortest.git
|
# - git clone https://gitea.khongisa.co.za/khwezi/blazortest.git
|
||||||
- git checkout ${DRONE_COMMIT}
|
# - git checkout ${DRONE_COMMIT}
|
||||||
|
|
||||||
- name: dotnet build
|
- name: dotnet build
|
||||||
image: mcr.microsoft.com/dotnet/sdk:10.0
|
image: mcr.microsoft.com/dotnet/sdk:10.0
|
||||||
|
|||||||
Reference in New Issue
Block a user