Skip to content

Commit

Permalink
remove some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
claytoncollie committed Sep 16, 2024
1 parent 488a537 commit 7416faa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ if [[ "$BUILD_DIR" = false ]]; then
echo "➤ Copying files..."
if [[ -e "$GITHUB_WORKSPACE/.distignore" ]]; then
echo "ℹ︎ Using .distignore"
ls -la $GITHUB_WORKSPACE/readme.txt
rsync --version
# Copy from current branch to /trunk, excluding dotorg assets
# The --filter flag will allow the full .gitignore syntax to be used in .distignore
Expand Down

0 comments on commit 7416faa

Please sign in to comment.