(fix) clean up root repo - move entrypoint.sh and build_admin_ui to /docker (#6110)

* fix move docker files to docker folders

* move check file length

* fix docker hub deploy

* fix clean up root

* fix circle ci config
This commit is contained in:
Ishaan Jaff 2024-10-08 11:34:43 +05:30 committed by GitHub
parent cc960da4b6
commit d1760b1b04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 22 additions and 22 deletions

View file

@ -69,11 +69,11 @@ jobs:
- ./venv
key: v1-dependencies-{{ checksum ".circleci/requirements.txt" }}
- run:
name: Run prisma ./entrypoint.sh
name: Run prisma ./docker/entrypoint.sh
command: |
set +e
chmod +x entrypoint.sh
./entrypoint.sh
chmod +x docker/entrypoint.sh
./docker/entrypoint.sh
set -e
- run:
name: Black Formatting
@ -128,11 +128,11 @@ jobs:
- ./venv
key: v1-dependencies-{{ checksum ".circleci/requirements.txt" }}
- run:
name: Run prisma ./entrypoint.sh
name: Run prisma ./docker/entrypoint.sh
command: |
set +e
chmod +x entrypoint.sh
./entrypoint.sh
chmod +x docker/entrypoint.sh
./docker/entrypoint.sh
set -e
# Run pytest and generate JUnit XML report
- run: