Skip to content
Snippets Groups Projects
Commit 28650454 authored by jurgenhaas's avatar jurgenhaas
Browse files

#70 Check4Update now also checks 4 security and outdated...

#70 Check4Update now also checks 4 security and outdated packages before pushing to back to develop branch
parent 67e9b846
No related branches found
No related tags found
No related merge requests found
Check 4 Updates:
extends: '.check4update'
Check 4 Updates Commit:
extends: '.check4updatecommit'
Check 4 Security Vulnerability Advisories:
extends: '.check4security'
Check 4 Outdated Packages:
extends: '.check4outdated'
include: include:
- project: gitlab-ci-cd/drupal
ref: main
file: /check4updates.yml
- project: gitlab-ci-cd/drupal - project: gitlab-ci-cd/drupal
ref: main ref: main
file: /test-and-deploy.yml file: /test-and-deploy.yml
......
...@@ -63,6 +63,11 @@ include: ...@@ -63,6 +63,11 @@ include:
file: '/data-handling-ng.yml' file: '/data-handling-ng.yml'
rules: rules:
- if: $LAKEDROPS_NG == "yes" - if: $LAKEDROPS_NG == "yes"
- project: 'gitlab-ci-cd/drupal'
ref: main
file: '/check4updates.yml'
rules:
- if: $CHECKUPDATES == "yes"
- project: 'gitlab-ci-cd/drupal' - project: 'gitlab-ci-cd/drupal'
ref: main ref: main
file: '/test-and-deploy.yml' file: '/test-and-deploy.yml'
...@@ -73,18 +78,6 @@ Validate Environment: ...@@ -73,18 +78,6 @@ Validate Environment:
Sanity Checks: Sanity Checks:
extends: '.sanitychecks' extends: '.sanitychecks'
Check 4 Updates:
extends: '.check4update'
Check 4 Updates Commit:
extends: '.check4updatecommit'
Check 4 Security Vulnerability Advisories:
extends: '.check4security'
Check 4 Outdated Packages:
extends: '.check4outdated'
Release: Release:
extends: '.createrelease' extends: '.createrelease'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment