Merge pull request 'Moved back the package step to package stage' (#51) from test into main
Some checks failed
continuous-integration/drone Build is failing

Reviewed-on: #51
This commit was merged in pull request #51.
This commit is contained in:
2026-03-08 13:18:31 +02:00

View File

@@ -26,11 +26,6 @@ steps:
image: mcr.microsoft.com/dotnet/sdk:8.0 image: mcr.microsoft.com/dotnet/sdk:8.0
commands: commands:
- dotnet test --configuration Release - dotnet test --configuration Release
- name: dotnet publish
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- dotnet publish --configuration Release
--- ---
x-docker-auth: &docker-auth x-docker-auth: &docker-auth
DOCKER_AUTH_CONFIG: | DOCKER_AUTH_CONFIG: |
@@ -56,11 +51,10 @@ clone:
disable: true disable: true
steps: steps:
- name: checkout - name: dotnet publish
image: alpine/git image: mcr.microsoft.com/dotnet/sdk:8.0
commands: commands:
- git clone https://gitea.khongisa.co.za/MngomaLab/webapitest.git . - dotnet publish --configuration Release
- git checkout ${DRONE_COMMIT}
- name: build and push - name: build and push
image: gcr.io/kaniko-project/executor:debug image: gcr.io/kaniko-project/executor:debug