This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
conf/vagrant/provisioning/roles/drupal-check/tasks/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
|
||
- name: Drupal Check | Install drupal-check | ||
get_url: | ||
url: https://github.com/mglaman/drupal-check/releases/download/1.0.9/drupal-check.phar | ||
dest: /home/vagrant/bin/drupal-check | ||
mode: '0700' | ||
timeout: 1800 | ||
tags: drupal-check | ||
|
||
# Note: phing and drupal-check have mutually exclusive requirements. | ||
# It'd be better to add drupal-check as a dependency of the drupal project | ||
# rather than as part of the virtual environment, but this will have to do for | ||
# now. Also note, drupal-check is added as part of the-build so it is available | ||
# to CircleCI. |