Refactored step names
This commit is contained in:
@@ -13,18 +13,18 @@ type: docker
|
|||||||
name: package
|
name: package
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: clone
|
- name: checkout
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git clone https://gitea.khongisa.co.za/MngomaLab/webapitest.git .
|
- git clone https://gitea.khongisa.co.za/MngomaLab/webapitest.git .
|
||||||
- git checkout ${DRONE_COMMIT}
|
- 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:
|
||||||
- dotnet publish --configuration Release
|
- dotnet publish --configuration Release
|
||||||
|
|
||||||
- name: build-and-push
|
- name: build and push
|
||||||
image: gcr.io/kaniko-project/executor:debug
|
image: gcr.io/kaniko-project/executor:debug
|
||||||
environment:
|
environment:
|
||||||
<<: *docker-auth
|
<<: *docker-auth
|
||||||
|
|||||||
Reference in New Issue
Block a user