Skip to content

Commit

Permalink
Use the latest version of drupal-check on CircleCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed May 18, 2020
1 parent add72bf commit d0605bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/install/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- run:
name: Install drupal-check
command: |
curl -O -L https://github.com/mglaman/drupal-check/releases/download/1.0.9/drupal-check.phar
curl -O -L https://github.com/mglaman/drupal-check/releases/latest/download/drupal-check.phar
mkdir --parents ~/bin
mv drupal-check.phar ~/bin/drupal-check
chmod +x ~/bin/drupal-check
Expand Down

0 comments on commit d0605bb

Please sign in to comment.