Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dynamic_entity_reference
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
dynamic_entity_reference
Merge requests
!18
Issue
#3377096
by jibran: [DER] Fix GitLab CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3377096
by jibran: [DER] Fix GitLab CI
issue/dynamic_entity_reference-3377096:3377096-der-fix-gitlab-4
into
4.x
Overview
0
Commits
17
Pipelines
18
Changes
25
Merged
Jibran Ijaz
requested to merge
issue/dynamic_entity_reference-3377096:3377096-der-fix-gitlab-4
into
4.x
1 year ago
Overview
0
Commits
17
Pipelines
18
Changes
25
Expand
Signed-off-by: Jibran Ijaz
jibran.ijaz@gmail.com
Closes
#3377096
0
0
Merge request reports
Compare
4.x
version 17
369a8a3a
1 year ago
version 16
1446359b
1 year ago
version 15
989f72b6
1 year ago
version 14
5c372c36
1 year ago
version 13
cc78642e
1 year ago
version 12
c961656f
1 year ago
version 11
aaec4258
1 year ago
version 10
1e6bb960
1 year ago
version 9
676d850a
1 year ago
version 8
4c425251
1 year ago
version 7
7e29a7d2
1 year ago
version 6
a437b5dd
1 year ago
version 5
3f88059d
1 year ago
version 4
f09e81eb
1 year ago
version 3
08f8a06f
1 year ago
version 2
794e8ce2
1 year ago
version 1
ef9b5ec1
1 year ago
4.x (base)
and
latest version
latest version
369a8a3a
17 commits,
1 year ago
version 17
369a8a3a
17 commits,
1 year ago
version 16
1446359b
16 commits,
1 year ago
version 15
989f72b6
15 commits,
1 year ago
version 14
5c372c36
14 commits,
1 year ago
version 13
cc78642e
13 commits,
1 year ago
version 12
c961656f
12 commits,
1 year ago
version 11
aaec4258
11 commits,
1 year ago
version 10
1e6bb960
10 commits,
1 year ago
version 9
676d850a
9 commits,
1 year ago
version 8
4c425251
8 commits,
1 year ago
version 7
7e29a7d2
7 commits,
1 year ago
version 6
a437b5dd
6 commits,
1 year ago
version 5
3f88059d
5 commits,
1 year ago
version 4
f09e81eb
4 commits,
1 year ago
version 3
08f8a06f
3 commits,
1 year ago
version 2
794e8ce2
2 commits,
1 year ago
version 1
ef9b5ec1
1 commit,
1 year ago
25 files
+
1177
−
1550
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
25
Search (e.g. *.vue) (Ctrl+P)
.circleci/config.yml
+
0
−
8
Options
@@ -67,14 +67,6 @@ jobs:
command
:
|
composer install --prefer-dist --no-progress
composer require --dev "phpstan/phpstan-deprecation-rules:^1.0"
-
when
:
name
:
Fetch drupal 10 dependencies, dev dependencies, and module test dependencies
condition
:
or
:
-
equal
:
[
"
10.0.x"
,
<< parameters.drupal-version >>
]
-
equal
:
[
"
10.1.x"
,
<< parameters.drupal-version >>
]
steps
:
-
run
:
composer require 'drupal/hal-hal:^1.0'
-
run
:
name
:
Show all installed composer packages.
Loading