Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
color_field-3331283
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
color_field-3331283
Commits
608166c6
Commit
608166c6
authored
2 years ago
by
Nick Dickinson-Wilde
Browse files
Options
Downloads
Patches
Plain Diff
Update to allow composer plugins to run
parent
508ac3ee
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
drupalci.yml
+1
-0
1 addition, 0 deletions
drupalci.yml
tests/src/FunctionalJavascript/ColorFieldWidgetJavascriptTests.php
+1
-1
1 addition, 1 deletion
.../FunctionalJavascript/ColorFieldWidgetJavascriptTests.php
with
2 additions
and
1 deletion
drupalci.yml
+
1
−
0
View file @
608166c6
...
...
@@ -27,6 +27,7 @@ build:
commands
:
-
cd ${SOURCE_DIR}
-
sudo -u www-data composer config repositories.asset {"composer","https://asset-packagist.org"}
-
sudo -u www-data composer config --no-plugins allow-plugins.oomphinc/composer-installers-extender
true
-
sudo -u www-data composer config extra.installer-types.0 "npm-asset"
-
sudo -u www-data composer config extra.installer-types.1 "bower-asset"
-
sudo -u www-data composer config extra.installer-paths.libraries\/\{\$name\} "[type:bower-asset]"
...
...
This diff is collapsed.
Click to expand it.
tests/src/FunctionalJavascript/ColorFieldWidgetJavascriptTests.php
+
1
−
1
View file @
608166c6
...
...
@@ -34,7 +34,7 @@ class ColorFieldWidgetJavascriptTests extends WebDriverTestBase {
/**
* {@inheritdoc}
*/
protected
mixed
$defaultTheme
=
'stark'
;
protected
$defaultTheme
=
'stark'
;
/**
* Modules to enable.
...
...
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