Skip to content

Commit

Permalink
Issue #605: Pin Drupal version on Tugboat
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdavidburns authored Jul 15, 2024
1 parent 44b7d45 commit 1e82c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tugboat/steps/1-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ nodejs -v | grep -q v$NODE_MAJOR
shopt -s dotglob
mkdir ../drainpipe-tmp
mv * ../drainpipe-tmp/
composer create-project drupal/recommended-project .
composer create-project drupal/recommended-project:~10.2 .
mv ../drainpipe-tmp drainpipe
composer config extra.drupal-scaffold.gitignore true
composer config --json extra.drupal-scaffold.allowed-packages \[\"lullabot/drainpipe\"]
Expand Down

0 comments on commit 1e82c77

Please sign in to comment.