This commit is contained in:
@@ -48,11 +48,7 @@ jobs:
|
|||||||
sed -i '/^NODE_VERSION=/d' .env || true
|
sed -i '/^NODE_VERSION=/d' .env || true
|
||||||
echo "NODE_VERSION=${NODE_VER}-alpine" >> .env
|
echo "NODE_VERSION=${NODE_VER}-alpine" >> .env
|
||||||
|
|
||||||
echo "==> Merging server/.env into root .env for Docker Compose interpolation..."
|
|
||||||
if [ -f server/.env ]; then
|
|
||||||
echo "" >> .env
|
|
||||||
cat server/.env >> .env
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "==> Running Build..."
|
echo "==> Running Build..."
|
||||||
# If this build fails, 'set -e' aborts the script instantly.
|
# If this build fails, 'set -e' aborts the script instantly.
|
||||||
|
|||||||
Reference in New Issue
Block a user