...
This commit is contained in:
@@ -55,7 +55,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# Load environment variables from .env
|
# Load environment variables from .env
|
||||||
if [ -f ".env" ]; then
|
if [ -f ".env" ]; then
|
||||||
export $(grep -v '^#' .env | xargs)
|
set -o allexport
|
||||||
|
source .env
|
||||||
|
set +o allexport
|
||||||
fi
|
fi
|
||||||
|
|
||||||
COMPOSE_FILES=$(find . -type f -name "docker-compose*.yml" \
|
COMPOSE_FILES=$(find . -type f -name "docker-compose*.yml" \
|
||||||
|
|||||||
Reference in New Issue
Block a user