New Angular based web version #1

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

View File

@@ -37,7 +37,7 @@ steps:
- name: dockersock - name: dockersock
path: /var/run path: /var/run
depends_on: depends_on:
- compile - compile (.NET)
- name: docker build and push - name: docker build and push
image: docker:24.0.7 image: docker:24.0.7
@@ -61,7 +61,7 @@ steps:
branch: branch:
- main - main
depends_on: depends_on:
- compile - compile (.NET)
- test - test
- name: Telegram notification - name: Telegram notification
@@ -75,7 +75,8 @@ steps:
status: status:
- failure - failure
depends_on: depends_on:
- compile - compile (.NET)
- compile (Angular)
- test - test
- docker build and push - docker build and push