Merge branch 'npm-updates' into 'master'
refactor(gitlab-ci): update config See merge request gilden/ci/gitlab-ci-templates!93
This commit is contained in:
commit
46a2bf2eaa
@ -45,6 +45,17 @@ Test-Dind:
|
||||
include:
|
||||
- local: "test/docker/test-dind.gitlab-ci.yml"
|
||||
|
||||
Test-NodeJS-Next:
|
||||
stage: verify
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||
when: always
|
||||
- when: manual
|
||||
trigger:
|
||||
project: gilden/ci/fe-nextjs-template
|
||||
branch: "main"
|
||||
strategy: depend
|
||||
|
||||
check_confluence_validity:
|
||||
extends: .documentation-check-confluence-validity
|
||||
variables:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user