Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
Gitlab CI for Drupal 10+
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
gitlab-drupal-ci
Gitlab CI for Drupal 10+
Commits
b5dcf214
Commit
b5dcf214
authored
3 years ago
by
Jean Valverde
Browse files
Options
Downloads
Patches
Plain Diff
feat: ann node cache
parent
d5923283
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci/ci/04_lint.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci/ci/04_lint.yml
with
4 additions
and
0 deletions
.gitlab-ci/ci/04_lint.yml
+
4
−
0
View file @
b5dcf214
...
...
@@ -21,3 +21,7 @@
-
echo -e "\e[0Ksection_end:`date +%s`:lint_prepare\r\e[0K"
# Allow failure to produce report and warning, not a critical job.
allow_failure
:
true
cache
:
key
:
"
drupal-node_modules-${CI_COMMIT_REF_NAME}"
paths
:
-
${WEB_ROOT}/core/node_modules
\ 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