New Angular based web version #1
14
.drone.yml
14
.drone.yml
@@ -34,20 +34,6 @@ steps:
|
||||
depends_on:
|
||||
- compile
|
||||
|
||||
- name: test2
|
||||
image: mcr.microsoft.com/dotnet/sdk:9.0
|
||||
environment:
|
||||
CI_WORKSPACE: "/drone/src"
|
||||
commands:
|
||||
- curl https://get.docker.com | bash
|
||||
- docker ps -a
|
||||
- dotnet test --no-build
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
depends_on:
|
||||
- compile
|
||||
|
||||
- name: docker build and push
|
||||
image: docker:24.0.7
|
||||
commands:
|
||||
|
||||
Reference in New Issue
Block a user