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