Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
64ac839d3c | ||
|
|
e2d89c651a |
+7
-1
@@ -50,7 +50,13 @@ trigger:
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
steps:
|
||||
steps:
|
||||
- name: checkout
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git clone https://gitea.khongisa.co.za/MngomaLab/webapitest.git .
|
||||
- git checkout ${DRONE_COMMIT}
|
||||
|
||||
- name: dotnet publish
|
||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||||
commands:
|
||||
|
||||
Reference in New Issue
Block a user