cleanup node envs

This commit is contained in:
Colin Griffin
2022-07-21 10:42:19 -04:00
committed by GitHub
parent 294d8e31f7
commit 1933beb5da

View File

@@ -15,9 +15,6 @@ on:
# Allow running workflow manually from the Actions tab
workflow_dispatch:
env:
NODE_OPTIONS: '--max_old_space_size=4096'
# Leaving in example for releases. Initially we simply push to 'latest'
# on:
# release:
@@ -92,8 +89,6 @@ jobs:
# DATABASE_URL=postgresql://${{ env.POSTGRES_USER }}:${{ env.POSTGRES_PASSWORD }}@${{ env.DATABASE_HOST }}/${{ env.POSTGRES_DB }}
- name: Build with docker compose
env:
NODE_OPTIONS: --max_old_space_size=4096
run: |
DOCKER_BUILDKIT=0 docker compose build --build-arg DATABASE_URL=postgresql://${{ env.POSTGRES_USER }}:${{ env.POSTGRES_PASSWORD }}@${{ env.DATABASE_HOST }}/${{ env.POSTGRES_DB }} calcom