Loading .gitignore +3 −0 Original line number Diff line number Diff line Loading @@ -145,5 +145,8 @@ dmypy.json # Cython debug symbols cython_debug/ # Other /tmp # Sqlite *.db .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line # stages of the cicd pipeline stages: - dependencies - build - test - unit_test - integ_test - dependencies - deploy - funct_test Loading @@ -12,6 +12,7 @@ stages: include: - local: '/manifests/.gitlab-ci.yml' - local: '/src/monitoring/.gitlab-ci.yml' - local: '/src/centralizedattackdetector/.gitlab-ci.yml' - local: '/src/context/.gitlab-ci.yml' - local: '/src/device/.gitlab-ci.yml' - local: '/src/service/.gitlab-ci.yml' Loading Loading
.gitignore +3 −0 Original line number Diff line number Diff line Loading @@ -145,5 +145,8 @@ dmypy.json # Cython debug symbols cython_debug/ # Other /tmp # Sqlite *.db
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line # stages of the cicd pipeline stages: - dependencies - build - test - unit_test - integ_test - dependencies - deploy - funct_test Loading @@ -12,6 +12,7 @@ stages: include: - local: '/manifests/.gitlab-ci.yml' - local: '/src/monitoring/.gitlab-ci.yml' - local: '/src/centralizedattackdetector/.gitlab-ci.yml' - local: '/src/context/.gitlab-ci.yml' - local: '/src/device/.gitlab-ci.yml' - local: '/src/service/.gitlab-ci.yml' Loading