Remove redundant steps of logging

This commit is contained in:
Syed Ali Shahbaz
2023-09-28 22:01:49 +04:00
committed by GitHub
parent 0048a58b26
commit 008ddd57f3

View File

@@ -109,13 +109,6 @@ jobs:
NEXT_PUBLIC_LICENSE_CONSENT=${{ env.NEXT_PUBLIC_LICENSE_CONSENT }}
NEXT_PUBLIC_TELEMETRY_KEY=${{ env.NEXT_PUBLIC_TELEMETRY_KEY }}
DATABASE_URL=postgresql://${{ env.POSTGRES_USER }}:${{ env.POSTGRES_PASSWORD }}@${{ env.DATABASE_HOST }}/${{ env.POSTGRES_DB }}
- name: Upload build log on failure
if: steps.docker_build.outputs.exit_code != '0'
uses: actions/upload-artifact@v2
with:
name: build.log
path: build.log
# - name: Build with docker compose
# run: |
@@ -157,13 +150,6 @@ jobs:
env:
NEXTAUTH_SECRET: 'EI4qqDpcfdvf4A+0aQEEx8JjHxHSy4uWiZw/F32K+pA='
CALENDSO_ENCRYPTION_KEY: '0zfLtY99wjeLnsM7qsa8xsT+Q0oSgnOL'
- name: Upload runtime log on failure
if: steps.test_runtime.outputs.exit_code != '0'
uses: actions/upload-artifact@v2
with:
name: runtime.log
path: runtime.log
- name: Cleanup
run: |