Skip to content

Commit

Permalink
WIP: Unpin Drupal #605
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdavidburns authored Jul 16, 2024
1 parent 90c919b commit 3cc0b7f
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:~10.2.7 .
composer create-project drupal/recommended-project .
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 3cc0b7f

Please sign in to comment.