(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

@ -1,5 +1,5 @@
# What is this?
## Unit tests for 'entrypoint.sh'
## Unit tests for 'docker/entrypoint.sh'
import pytest
import sys
@ -35,7 +35,7 @@ def test_entrypoint_decrypt_and_reset():
os.environ["DATABASE_URL"] = (
"aws_kms/AQICAHgwddjZ9xjVaZ9CNCG8smFU6FiQvfdrjL12DIqi9vUAQwHwF6U7caMgHQa6tK+TzaoMAAAAzjCBywYJKoZIhvcNAQcGoIG9MIG6AgEAMIG0BgkqhkiG9w0BBwEwHgYJYIZIAWUDBAEuMBEEDCmu+DVeKTm5tFZu6AIBEICBhnOFQYviL8JsciGk0bZsn9pfzeYWtNkVXEsl01AdgHBqT9UOZOI4ZC+T3wO/fXA7wdNF4o8ASPDbVZ34ZFdBs8xt4LKp9niufL30WYBkuuzz89ztly0jvE9pZ8L6BMw0ATTaMgIweVtVSDCeCzEb5PUPyxt4QayrlYHBGrNH5Aq/axFTe0La"
)
command = "./entrypoint.sh"
command = "./docker/entrypoint.sh"
directory = ".." # Relative to the current directory
# Run the command using subprocess