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
!207
Draft:
#3486021
MR285 PHP image via UI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft:
#3486021
MR285 PHP image via UI
issue/scheduler-3480501:mr285-3486021-php-image
into
7.x-1.x
Overview
1
Commits
1
Pipelines
1
Changes
1
Closed
Jonathan Smith
requested to merge
issue/scheduler-3480501:mr285-3486021-php-image
into
7.x-1.x
7 months ago
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
Gitlab Templates issue
#3486021
Gitlab Templates
MR285
Scheduler test issue
#3480501
(7.x-1.x)
0
0
Merge request reports
Compare
7.x-1.x
7.x-1.x (base)
and
latest version
latest version
ce002721
1 commit,
7 months ago
1 file
+
16
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
16
−
2
Options
@@ -4,8 +4,13 @@ include:
# As long as you include this, any future includes added by the Drupal Association will be accessible to your pipelines automatically.
# View these include files at https://git.drupalcode.org/project/gitlab_templates/
################
-
project
:
$_GITLAB_TEMPLATES_REPO
ref
:
$_GITLAB_TEMPLATES_REF
# - project: $_GITLAB_TEMPLATES_REPO
# ref: $_GITLAB_TEMPLATES_REF
# MR 285 PHP image via UI
-
project
:
issue/gitlab_templates-3486021
ref
:
3486021-php-image-with-ui
file
:
-
'
/includes/include.drupalci.main-d7.yml'
-
'
/includes/include.drupalci.variables.yml'
@@ -15,6 +20,15 @@ variables:
_SHOW_ENVIRONMENT_VARIABLES
:
1
OPT_IN_TEST_MAX_PHP
:
1
# If the MR has changes to a file that is retrieved via curl then specify these two CURL_TEMPLATES variables to match the repo and ref above.
# Better to have any value here, even if it does not match the values above, because any MR is likely to be more up-to-date than 'default-ref'.
_CURL_TEMPLATES_REPO
:
issue/gitlab_templates-3486021
_CURL_TEMPLATES_REF
:
3486021-php-image-with-ui
SKIP_PHPCS
:
0
SKIP_PHPUNIT
:
0
SKIP_TEST_ONLY_CHANGES
:
1
# -------------------------------- BUILD ---------------------------------------
.skip-and-opt-in-debug
:
&skip-and-opt-in-debug
Loading