Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
gitlab-ci
Commits
a8bfe995
Verified
Commit
a8bfe995
authored
2 years ago
by
Bartek Jaskulski
Browse files
Options
Downloads
Patches
Plain Diff
feat: allow to choose CI version by clients
Signed-off-by:
Bart Jaskulski
<
bjaskulski@protonmail.com
>
parent
10f75d2f
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
gitlab-ci-1.2.yml
+2
-12
2 additions, 12 deletions
gitlab-ci-1.2.yml
gitlab-ci-free.yml
+1
-0
1 addition, 0 deletions
gitlab-ci-free.yml
gitlab-ci-shop.yml
+1
-0
1 addition, 0 deletions
gitlab-ci-shop.yml
with
4 additions
and
12 deletions
gitlab-ci-1.2.yml
+
2
−
12
View file @
a8bfe995
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
gitlab-ci-free.yml
+
1
−
0
View file @
a8bfe995
include
:
-
project
:
'
wpdesk/gitlab-ci'
ref
:
$WPDESK_CI_VERSION
file
:
'
/gitlab-ci-1.2.yml'
deploy to repository
:
...
...
This diff is collapsed.
Click to expand it.
gitlab-ci-shop.yml
+
1
−
0
View file @
a8bfe995
include
:
-
project
:
'
wpdesk/gitlab-ci'
ref
:
$WPDESK_CI_VERSION
file
:
'
/gitlab-ci-1.2.yml'
deploy to shop
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment