Skip to content

Commit

Permalink
debugging deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Jun 18, 2024
1 parent 8a2c08f commit dfc6e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ for chunk in ${PIECES[@]}; do
fi

echo "➤ svn status ($chunk)..."
svn status
# svn status

echo "➤ Committing files ($chunk)..."
svn commit -m "Update to version $VERSION from GitHub ($chunk)" --no-auth-cache --non-interactive --username "$SVN_USERNAME" --password "$SVN_PASSWORD"
Expand Down

0 comments on commit dfc6e57

Please sign in to comment.