Merge pull request 'Refactored step names' (#41) from test into main
Some checks failed
continuous-integration/drone Build is failing
Some checks failed
continuous-integration/drone Build is failing
Reviewed-on: #41
This commit was merged in pull request #41.
This commit is contained in:
@@ -13,18 +13,18 @@ type: docker
|
||||
name: package
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
- name: checkout
|
||||
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
|
||||
commands:
|
||||
- dotnet publish --configuration Release
|
||||
|
||||
- name: build-and-push
|
||||
- name: build and push
|
||||
image: gcr.io/kaniko-project/executor:debug
|
||||
environment:
|
||||
<<: *docker-auth
|
||||
|
||||
Reference in New Issue
Block a user