Merge branch 'develop' into main
This commit is contained in:
13
.drone.yml
13
.drone.yml
@@ -11,7 +11,8 @@ steps:
|
||||
- name: git clone
|
||||
image: drone/git
|
||||
commands:
|
||||
- git clone https://gitea.apps.mngoma.lab/mngomalab/sampleapi.git .
|
||||
# - git clone https://gitea.apps.mngoma.lab/mngomalab/sampleapi.git .
|
||||
- git clone http://gitea-server.gitea.svc.cluster.local/mngomalab/sampleapi.git .
|
||||
- git checkout $DRONE_COMMIT
|
||||
|
||||
# dotnet restore
|
||||
@@ -47,8 +48,11 @@ steps:
|
||||
# git clone code base
|
||||
- name: git clone
|
||||
image: drone/git
|
||||
settings:
|
||||
skip_verify: true
|
||||
commands:
|
||||
- git clone https://gitea.apps.mngoma.lab/mngomalab/sampleapi.git .
|
||||
# - git clone https://gitea.apps.mngoma.lab/mngomalab/sampleapi.git .
|
||||
- git clone http://gitea-server.gitea.svc.cluster.local/mngomalab/sampleapi.git .
|
||||
- git checkout $DRONE_COMMIT
|
||||
|
||||
# dotnet publish
|
||||
@@ -85,8 +89,11 @@ steps:
|
||||
# git clone code base
|
||||
- name: git clone
|
||||
image: drone/git
|
||||
settings:
|
||||
skip_verify: true
|
||||
commands:
|
||||
- git clone https://gitea.apps.mngoma.lab/mngomalab/sampleapi.git .
|
||||
# - git clone https://gitea.apps.mngoma.lab/mngomalab/sampleapi.git .
|
||||
- git clone http://gitea-server.gitea.svc.cluster.local/mngomalab/sampleapi.git .
|
||||
- git checkout $DRONE_COMMIT
|
||||
|
||||
- name: deploy
|
||||
|
||||
Reference in New Issue
Block a user