update @native
This commit is contained in:
parent
10667672e9
commit
292351d067
@ -33,10 +33,9 @@ jobs:
|
||||
PG_PASSWORD: ${{ secrets.PG_PASSWORD }}
|
||||
DB_SERVER: ${{ vars.DB_SERVER }}
|
||||
DB_PORT: ${{ vars.DB_PORT }}
|
||||
|
||||
- name: Activate virtual environment and install dependencies
|
||||
run: make install
|
||||
|
||||
|
||||
- name: Generate Config
|
||||
run: make gen_config
|
||||
|
||||
|
@ -195,6 +195,8 @@ Generate_Config_Native(){
|
||||
# Load environment variables from .env file
|
||||
if [ -f .env ]; then
|
||||
export $(grep -v '^#' .env | xargs)
|
||||
Show 2 "Environment variables loaded:"
|
||||
printenv | sort
|
||||
else
|
||||
Show 1 ".env file not found!"
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user