Skip to content

Commit

Permalink
ci: 2
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jan 13, 2025
1 parent b754b0b commit 25e6cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/ci/ci-init-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo $DBUSER_PWD

PGPASSWORD="$PGPASSWORD"
psql -h $POSTGRES_HOST -p $POSTGRES_PORT -U$POSTGRES_USER -d $POSTGRES_DB -c "SHOW TIMEZONE;"
psql -h $POSTGRES_HOST -p $POSTGRES_PORT -U$POSTGRES_USER -d $POSTGRES_DB -c "CREATE USER $DBUSER WITH PASSWORD '$DBUSER_PWD';"
psql -h $POSTGRES_HOST -p $POSTGRES_PORT -U$POSTGRES_USER -d $POSTGRES_DB -c "CREATE USER dbuser WITH PASSWORD 'dbuser';"
echo -e "\n"


Expand Down

0 comments on commit 25e6cd4

Please sign in to comment.