Skip to content

Commit

Permalink
Fix file moves
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed Jul 6, 2023
1 parent c44567c commit ee9568f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .tugboat/steps/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,9 @@ docker-php-ext-install gd
apt-get install -y imagemagick
# drainpipe-start
# This is necessary for testing as this repository doesn't hold a Drupal site.
CURRENT_DIR=$(pwd)
mkdir ../drainpipe-tmp
cd ../
mv `ls -1 $CURRENT_DIR` drainpipe-tmp
mv drainpipe-tmp $CURRENT_DIR/drainpipe
cd $CURRENT_DIR
shopt -s extglob
mkdir drainpipe
mv !(drainpipe) drainpipe
composer create-project drupal/recommended-project .
composer config extra.drupal-scaffold.gitignore true
composer config --json extra.drupal-scaffold.allowed-packages \[\"lullabot/drainpipe\"]
Expand Down

0 comments on commit ee9568f

Please sign in to comment.