Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
expense_tracker-3466271
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Issue forks
expense_tracker-3466271
Commits
c0d28591
Commit
c0d28591
authored
7 months ago
by
Pravin Gaikwad
Browse files
Options
Downloads
Patches
Plain Diff
Add gitlab CI
parent
4be7da34
No related branches found
No related tags found
No related merge requests found
Pipeline
#245563
passed with warnings
7 months ago
Stage: build
Stage: validate
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+28
-0
28 additions, 0 deletions
.gitlab-ci.yml
with
28 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
28
−
0
View file @
c0d28591
include
:
################
# DrupalCI includes:
# 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
file
:
-
'
/includes/include.drupalci.main.yml'
-
'
/includes/include.drupalci.variables.yml'
-
'
/includes/include.drupalci.workflows.yml'
################
# Pipeline configuration variables
#
# These are the variables provided to the Run Pipeline form that a user may want to override.
#
# Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml
################
variables
:
# Broaden test coverage.
_PHPUNIT_CONCURRENT
:
1
OPT_IN_TEST_MAX_PHP
:
1
OPT_IN_TEST_PREVIOUS_MAJOR
:
1
OPT_IN_TEST_PREVIOUS_MINOR
:
1
OPT_IN_TEST_NEXT_MINOR
:
1
OPT_IN_TEST_NEXT_MAJOR
:
1
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment