-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitlab-ci.yml
More file actions
37 lines (34 loc) · 996 Bytes
/
Copy path.gitlab-ci.yml
File metadata and controls
37 lines (34 loc) · 996 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
include:
- template: Security/SAST.gitlab-ci.yml
- project: "sybit/education/infrastructure"
file: "/gitlab/Angular/dependency-track-export.gitlab-ci.yml"
ref: "main"
- project: "sybit/education/infrastructure"
file: "/gitlab/Angular/build.gitlab-ci.yml"
ref: "main"
- project: "sybit/education/infrastructure"
file: "/gitlab/Angular/security-scan.gitlab-ci.yml"
ref: "main"
- project: "sybit/education/infrastructure"
file: "/gitlab/Angular/lint.gitlab-ci.yml"
ref: "main"
- project: "sybit/education/infrastructure"
file: "/gitlab/Angular/sonar-qube.gitlab-ci.yml"
ref: "main"
- project: "sybit/education/infrastructure"
file: "/gitlab/Docker/docker.gitlab-ci.yml"
ref: "main"
- project: "sybit/education/infrastructure"
file: "/gitlab/Docker/watchtower-update.gitlab-ci.yml"
ref: "main"
stages:
- build
- code-quality
- security
- test
- deploy
variables:
NODE_VERSION: 22
default:
tags:
- education