Skip to content

Commit

Permalink
Fixing update.sh output warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Sep 1, 2016
1 parent 1a5d611 commit 44d21e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/blt/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

echo "Removing deprecated BLT files from project."

rm blt.sh
rm -rf build
rm -rf tests/phpunit/blt
rm -rf scripts/blt
Expand All @@ -13,6 +12,7 @@ rm -rf scripts/drupal-vm
rm -rf scripts/git-hooks
rm -rf scripts/release-notes
rm -rf scripts/tugboat
rm -f blt.sh
rm -f readme/acsf-setup.md
rm -f readme/architecture.md
rm -f readme/best-practices.md
Expand Down
2 changes: 1 addition & 1 deletion template/acquia-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ events:
- shopt -s dotglob
# Remove all files, including hidden files, from working directory.
- rm -rf $BUILD_DIR/*
# Move all files from build artifact into working directory.
# Move all files, including hidden files, from build artifact into working directory.
- mv $NEW_BUILD_DIR/* $BUILD_DIR/

0 comments on commit 44d21e2

Please sign in to comment.