Skip to content
Snippets Groups Projects

Draft: #3486021 MR285 PHP image via UI

Closed Jonathan Smith requested to merge issue/scheduler-3480501:mr285-3486021-php-image into 7.x-1.x
1 file
+ 16
2
Compare changes
  • Side-by-side
  • Inline
+ 16
2
@@ -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