Skip to content
Snippets Groups Projects
Verified Commit a8bfe995 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

feat: allow to choose CI version by clients

parent 10f75d2f
No related branches found
No related tags found
No related merge requests found
......@@ -25,19 +25,9 @@ stages:
include:
- project: 'wpdesk/gitlab-ci'
ref: 'improve-parallelization'
ref: $WPDESK_CI_VERSION
file:
- '/includes/prepare.yml'
- '/includes/tests/lint.yml'
- '/includes/tests/unit.yml'
- '/includes/metrics.yml'
- '/includes/tests/codeception-integration.yml'
- '/includes/tests/codeception.yml'
- '/includes/tests/codeception-parallel.yml'
- '/includes/tests/codeception-smoke.yml'
- '/includes/tests/integration.yml'
- '/includes/deploy.yml'
- '/includes/pages.yml'
- '/includes/**.yml'
check version cohesion:
stage: tests
......
include:
- project: 'wpdesk/gitlab-ci'
ref: $WPDESK_CI_VERSION
file: '/gitlab-ci-1.2.yml'
deploy to repository:
......
include:
- project: 'wpdesk/gitlab-ci'
ref: $WPDESK_CI_VERSION
file: '/gitlab-ci-1.2.yml'
deploy to shop:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment