Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hubzilla
core
Commits
e9a50371
Commit
e9a50371
authored
Nov 26, 2020
by
Mario
Browse files
comment out xdebug
parent
71f8a08e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e9a50371
...
...
@@ -34,8 +34,8 @@ before_script:
# pecl and composer do not work with PHP production restrictions (from Hubzilla Docker image)
-
if [ -f /usr/local/etc/php/conf.d/z_prod.ini ]; then mv /usr/local/etc/php/conf.d/z_prod.ini /usr/local/etc/php/conf.d/z_prod.ini.off; fi
# Install & enable Xdebug for code coverage reports
-
pecl install xdebug
-
docker-php-ext-enable xdebug
#
- pecl install xdebug
#
- docker-php-ext-enable xdebug
# Install composer
-
curl -sS https://getcomposer.org/installer | php
# Install dev libraries from composer
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment