Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dynamic_date
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_date
Merge requests
!5
Resolve
#3496452
"Use gitlab ci"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3496452
"Use gitlab ci"
issue/dynamic_date-3496452:3496452-use-gitlab-ci
into
8.x-1.x
Overview
0
Commits
7
Pipelines
6
Changes
2
Merged
Eirik Morland
requested to merge
issue/dynamic_date-3496452:3496452-use-gitlab-ci
into
8.x-1.x
3 months ago
Overview
0
Commits
7
Pipelines
6
Changes
2
Expand
Closes
#3496452
0
0
Merge request reports
Compare
8.x-1.x
version 5
31177995
3 months ago
version 4
dc63769b
3 months ago
version 3
6c5dc364
3 months ago
version 2
a13aad37
3 months ago
version 1
6032702b
3 months ago
8.x-1.x (base)
and
latest version
latest version
31177995
7 commits,
3 months ago
version 5
31177995
7 commits,
3 months ago
version 4
dc63769b
6 commits,
3 months ago
version 3
6c5dc364
5 commits,
3 months ago
version 2
a13aad37
4 commits,
3 months ago
version 1
6032702b
3 commits,
3 months ago
2 files
+
34
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
0 → 100644
+
26
−
0
Options
include
:
-
project
:
$_GITLAB_TEMPLATES_REPO
ref
:
$_GITLAB_TEMPLATES_REF
file
:
-
"
/includes/include.drupalci.main.yml"
-
"
/includes/include.drupalci.variables.yml"
-
"
/includes/include.drupalci.workflows.yml"
variables
:
SKIP_ESLINT
:
'
1'
_CURL_TEMPLATES_REF
:
'
main'
OPT_IN_TEST_PREVIOUS_MINOR
:
'
1'
OPT_IN_TEST_NEXT_MINOR
:
'
1'
OPT_IN_TEST_MAX_PHP
:
'
1'
OPT_IN_TEST_NEXT_MAJOR
:
'
1'
RUN_JOB_UPGRADE_STATUS
:
'
1'
OPT_IN_TEST_PREVIOUS_MAJOR
:
'
1'
_LENIENT_ALLOW_LIST
:
'
moment,system_stream_wrapper'
.composer-base
:
before_script
:
-
composer config allow-plugins
true
phpunit
:
variables
:
SYMFONY_DEPRECATIONS_HELPER
:
"
ignoreFile=$CI_PROJECT_DIR/$_WEB_ROOT/core/.deprecation-ignore.txt"
\ No newline at end of file
Loading