Skip to content
Snippets Groups Projects
Commit fa73ee48 authored by Ted Bowman's avatar Ted Bowman
Browse files

install rsync

parent 0b18d501
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,8 @@ build:
# Run code quality checks.
container_command.commit-checks:
commands:
# Install rsync.
- DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y rsync
- "core/scripts/dev/commit-code-check.sh --drupalci"
halt-on-fail: true
# run_tests task is executed several times in order of performance speeds.
......
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