Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
scheduler
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
scheduler
Merge requests
!105
Issue
#3393356
: Date and Rules tests fail in GitLab pipeline
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3393356
: Date and Rules tests fail in GitLab pipeline
issue/scheduler-3393356:3393356-date-test-fails
into
7.x-1.x
Overview
0
Commits
29
Pipelines
27
Changes
1
Merged
Jonathan Smith
requested to merge
issue/scheduler-3393356:3393356-date-test-fails
into
7.x-1.x
1 year ago
Overview
0
Commits
29
Pipelines
27
Changes
1
Expand
0
0
Merge request reports
Compare
7.x-1.x
version 26
6d13afe6
1 year ago
version 25
0cf20647
1 year ago
version 24
921e77a4
1 year ago
version 23
d5b90b50
1 year ago
version 22
ba49c7b7
1 year ago
version 21
c1c7e151
1 year ago
version 20
b2a128f7
1 year ago
version 19
879ccedd
1 year ago
version 18
9762d562
1 year ago
version 17
9bd8568c
1 year ago
version 16
8af1e990
1 year ago
version 15
cefd3e27
1 year ago
version 14
2a21cf61
1 year ago
version 13
b8c28759
1 year ago
version 12
96a204f2
1 year ago
version 11
b0d64556
1 year ago
version 10
68893e8a
1 year ago
version 9
7613253f
1 year ago
version 8
e76c5cff
1 year ago
version 7
17bcb156
1 year ago
version 6
3d9e9654
1 year ago
version 5
4c439224
1 year ago
version 4
22bf93eb
1 year ago
version 3
65216524
1 year ago
version 2
344d2ef1
1 year ago
version 1
f8197a66
1 year ago
7.x-1.x (base)
and
latest version
latest version
6d13afe6
29 commits,
1 year ago
version 26
6d13afe6
29 commits,
1 year ago
version 25
0cf20647
28 commits,
1 year ago
version 24
921e77a4
27 commits,
1 year ago
version 23
d5b90b50
25 commits,
1 year ago
version 22
ba49c7b7
24 commits,
1 year ago
version 21
c1c7e151
23 commits,
1 year ago
version 20
b2a128f7
22 commits,
1 year ago
version 19
879ccedd
21 commits,
1 year ago
version 18
9762d562
20 commits,
1 year ago
version 17
9bd8568c
19 commits,
1 year ago
version 16
8af1e990
18 commits,
1 year ago
version 15
cefd3e27
17 commits,
1 year ago
version 14
2a21cf61
16 commits,
1 year ago
version 13
b8c28759
15 commits,
1 year ago
version 12
96a204f2
14 commits,
1 year ago
version 11
b0d64556
13 commits,
1 year ago
version 10
68893e8a
12 commits,
1 year ago
version 9
7613253f
11 commits,
1 year ago
version 8
e76c5cff
10 commits,
1 year ago
version 7
17bcb156
9 commits,
1 year ago
version 6
3d9e9654
8 commits,
1 year ago
version 5
4c439224
7 commits,
1 year ago
version 4
22bf93eb
6 commits,
1 year ago
version 3
65216524
5 commits,
1 year ago
version 2
344d2ef1
4 commits,
1 year ago
version 1
f8197a66
1 commit,
1 year ago
1 file
+
12
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
12
−
0
Options
@@ -17,6 +17,18 @@ variables:
value
:
'
'
description
:
'
Additional
parameters
for
use
in
PHPUNIT
parallel
job
matrix.'
composer
:
after_script
:
# Third-party modules have been loaded via the projects composer.json into
# vendor/drupal but they need to be moved into sites/all/modules for D7.
# Remove when https://www.drupal.org/project/gitlab_templates/issues/3392363 is fixed.
-
ls -lG $CI_PROJECT_DIR/$_WEB_ROOT/sites/all/modules/custom
-
ls -lG $CI_PROJECT_DIR/vendor/drupal
-
cp -LR $CI_PROJECT_DIR/vendor/drupal/* $CI_PROJECT_DIR/$_WEB_ROOT/sites/all/modules
# The directory vendor/drupal has been copied but must be removed, as this is a duplicate and causes problems.
-
rm -R $CI_PROJECT_DIR/$_WEB_ROOT/sites/all/modules/drupal
-
ls -lG $CI_PROJECT_DIR/$_WEB_ROOT/sites/all/modules
phpcs
:
allow_failure
:
false
Loading