Skip to content

Commit

Permalink
Move acsf require.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Feb 6, 2017
1 parent 1e72d20 commit 6b531bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts/blt/ci/doctor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -ev

# Require ACSF directly to prevent memory exhaustion error.
composer require drupal/acsf:^1.33.0
# Initialize ACSF config.
blt acsf:init
# Ensure that the doctor doesn't report any problems at this point.
Expand Down
1 change: 0 additions & 1 deletion scripts/pipelines/acquia-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ events:
- run-tests:
type: script
script:
- composer require drupal/acsf:^1.33.0
- ${BLT_DIR}/scripts/pipelines/run_tests

# Generate artifact.
Expand Down

0 comments on commit 6b531bc

Please sign in to comment.