Skip to content
Snippets Groups Projects
Commit 0c3d415c authored by Wim Leers's avatar Wim Leers
Browse files

Run the script with `sh -xev`.

parent 1bebde9e
No related branches found
No related tags found
1 merge request!722Issue #3341224: Always catch \Throwable, not \Exception and always pass the old exception when re-throwing.
...@@ -43,7 +43,7 @@ build: ...@@ -43,7 +43,7 @@ build:
- ls -al modules/contrib/automatic_updates/src/ - ls -al modules/contrib/automatic_updates/src/
- ls -al /var/www/html/core/ - ls -al /var/www/html/core/
- git config --global --add safe.directory /var/www/html/modules/contrib/automatic_updates - git config --global --add safe.directory /var/www/html/modules/contrib/automatic_updates
- "modules/contrib/automatic_updates/commit-code-check.sh --drupalci" - sh -xev modules/contrib/automatic_updates/commit-code-check.sh --drupalci
# Restore the original permissions. # Restore the original permissions.
- chmod 777 modules/contrib/automatic_updates/ - chmod 777 modules/contrib/automatic_updates/
# Disable the PCRE engine's JIT, since it causes Composer to die during the # Disable the PCRE engine's JIT, since it causes Composer to die during the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment