0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 00:47:50 +01:00

chore: removes unnecessary references to shared_dashboard.html (#10742)

This commit is contained in:
Paul D'Ambra 2022-07-13 09:12:02 +01:00 committed by GitHub
parent 3f1f2418c2
commit 8915785f0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 4 deletions

View File

@ -75,7 +75,6 @@ runs:
mkdir -p frontend/dist
touch frontend/dist/index.html
touch frontend/dist/layout.html
touch frontend/dist/shared_dashboard.html
touch frontend/dist/exporter.html
- name: Wait for Clickhouse & Kafka

View File

@ -71,7 +71,6 @@ jobs:
mkdir -p frontend/dist
touch frontend/dist/index.html
touch frontend/dist/layout.html
touch frontend/dist/shared_dashboard.html
touch frontend/dist/exporter.html
- name: Wait for Clickhouse & Kafka

View File

@ -398,7 +398,6 @@ jobs:
python manage.py collectstatic --noinput
touch frontend/dist/index.html
touch frontend/dist/layout.html
touch frontend/dist/shared_dashboard.html
touch frontend/dist/exporter.html
- name: Run cloud tests (posthog-cloud)

View File

@ -6,6 +6,5 @@ set -e
mkdir -p frontend/dist
touch frontend/dist/index.html
touch frontend/dist/layout.html
touch frontend/dist/shared_dashboard.html
touch frontend/dist/exporter.html
pytest ee