Skip to content

Commit

Permalink
ci: remove for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jan 24, 2025
1 parent f66d579 commit a7bf539
Show file tree
Hide file tree
Showing 273 changed files with 3 additions and 22,541 deletions.
6 changes: 3 additions & 3 deletions .scripts/ci/ci-init-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ export PGPASSWORD="$POSTGRES_PWD"
psql -h $POSTGRES_HOST -p $POSTGRES_PORT -U$POSTGRES_USER -d $POSTGRES_DB -bq -f $cwd/.scripts/ci/init-pre.sql
echo -e "\n"

SQL_DIR="$cwd/packages/demo/database/"
cd "$SQL_DIR"
. ./init-db.sh
# SQL_DIR="$cwd/packages/demo/database/"
# cd "$SQL_DIR"
# . ./init-db.sh

echo -e "\nInit post"
export PGPASSWORD="$POSTGRES_PWD"
Expand Down
16 changes: 0 additions & 16 deletions packages/ali-oss/.editorconfig

This file was deleted.

Loading

0 comments on commit a7bf539

Please sign in to comment.