Skip to content
Snippets Groups Projects

Add gitlab CI

Closes #3408100

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
.gitlab-ci.yml 0 → 100644
48 - "/includes/include.drupalci.workflows.yml"
49 #
50 ################
51 # Pipeline configuration variables
52 #
53 # These are the variables provided to the Run Pipeline form that a user may want to override.
54 #
55 # Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/main/includes/include.drupalci.variables.yml
56 ################
57 variables:
58 SKIP_ESLINT: '1'
59 OPT_IN_TEST_PREVIOUS_MINOR: '1'
60 OPT_IN_TEST_NEXT_MINOR: '1'
61 OPT_IN_TEST_MAX_PHP: '1'
62 # OPT_IN_TEST_NEXT_MAJOR: '1'
63
  • merged

  • Please register or sign in to reply
    Loading