Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Refs #63: This is better.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewertz committed May 29, 2019
1 parent 0a4d28f commit b3e405a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
9 changes: 0 additions & 9 deletions conf/vagrant/provisioning/roles/drupal-check/tasks/mail.yml

This file was deleted.

15 changes: 15 additions & 0 deletions conf/vagrant/provisioning/roles/drupal-check/tasks/main.yml
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.

0 comments on commit b3e405a

Please sign in to comment.