added ci step to make db creation script +x
This commit is contained in:
@@ -34,6 +34,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "Running database creation script..."
|
echo "Running database creation script..."
|
||||||
|
|
||||||
|
# Add executable permission to the script
|
||||||
|
chmod +x ./scripts/create_db_user.sh
|
||||||
|
|
||||||
# Export the admin password so psql can use it automatically
|
# Export the admin password so psql can use it automatically
|
||||||
export PGPASSWORD=$POSTGRES_ADMIN_PASSWORD
|
export PGPASSWORD=$POSTGRES_ADMIN_PASSWORD
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user