Disabled broken automatic clone, added manual clone
This commit is contained in:
@@ -3,7 +3,16 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: package
|
name: package
|
||||||
|
|
||||||
|
clone:
|
||||||
|
disable: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: manual-clone
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git clone https://gitea.khongisa.co.za/MngomaLab/webapitest.git .
|
||||||
|
- git checkout ${DRONE_COMMIT}
|
||||||
|
|
||||||
- name: dotnet publish
|
- name: dotnet publish
|
||||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||||||
commands:
|
commands:
|
||||||
|
|||||||
Reference in New Issue
Block a user