From 6919d4498042bd6999b1b8c0567cb23d16edb539 Mon Sep 17 00:00:00 2001 From: Henrik Eidnes Date: Thu, 12 Dec 2024 16:40:05 +0100 Subject: [PATCH] Cleanup --- .../management/commands/fetch_and_install_core_scripts.py | 2 +- compose.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/admin_site/system/management/commands/fetch_and_install_core_scripts.py b/admin_site/system/management/commands/fetch_and_install_core_scripts.py index 6449bec7..f0e1b7db 100644 --- a/admin_site/system/management/commands/fetch_and_install_core_scripts.py +++ b/admin_site/system/management/commands/fetch_and_install_core_scripts.py @@ -16,7 +16,7 @@ class Command(BaseCommand): other (ill-intended) code. Using the hash, this is prevented. Example: - manage.py fetch_and_install_core_scripts --versionTag v1.2.0 --commitHash 1c1c65e8f2de96f1f1dd8a3b574871477a13cc8fbd46b591e988206170735238 + manage.py fetch_and_install_core_scripts --versionTag v0.1.2 --commitHash b3a791b52bc9937c6cb168c706ee003b0666fc93 """ def add_arguments(self, parser): diff --git a/compose.yaml b/compose.yaml index 629b568d..968eaeff 100644 --- a/compose.yaml +++ b/compose.yaml @@ -22,7 +22,8 @@ services: DB_PASSWORD: bpc DB_PORT: "" ALLOWED_HOSTS: "*" - CORE_SCRIPT_COMMIT_HASH: 50228b24711d3c69c557dc1f5422e9094aaa430a + CORE_SCRIPT_COMMIT_HASH: b3a791b52bc9937c6cb168c706ee003b0666fc93 + CORE_SCRIPT_VERSION_TAG: v0.1.2 DEBUG: True SECRET_KEY: v3rys1kr3t # Admin contact - fill in your own name and email as desired.