New Angular based web version #1

Closed
thomas.nuyken wants to merge 150 commits from main into ddd
Showing only changes of commit 05686c4cdd - Show all commits

View File

@@ -33,6 +33,19 @@ steps:
path: /var/run path: /var/run
depends_on: depends_on:
- compile - compile
- name: test2
image: mcr.microsoft.com/dotnet/sdk:9.0
environment:
CI_WORKSPACE: "/drone/src"
commands:
- curl https://get.docker.com | bash
- dotnet test --no-build
volumes:
- name: dockersock
path: /var/run
depends_on:
- compile
- name: docker build and push - name: docker build and push
image: docker:24.0.7 image: docker:24.0.7