aboutsummaryrefslogtreecommitdiff
path: root/services/common.bash
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-02-26 22:31:34 +0800
committerYuqian Yang <crupest@crupest.life>2025-02-26 23:59:57 +0800
commit6d7d5b72eec4fc4173b4d50e44b230bf1358c18c (patch)
treeb334b0688f79c2bf7bc9bc05bd347942e4e94010 /services/common.bash
parent8c7102cbfe81c97a17f079ce42938f81e0f8a6f8 (diff)
downloadcrupest-6d7d5b72eec4fc4173b4d50e44b230bf1358c18c.tar.gz
crupest-6d7d5b72eec4fc4173b4d50e44b230bf1358c18c.tar.bz2
crupest-6d7d5b72eec4fc4173b4d50e44b230bf1358c18c.zip
feat(git): add protected refs.
Diffstat (limited to 'services/common.bash')
-rw-r--r--services/common.bash5
1 files changed, 0 insertions, 5 deletions
diff --git a/services/common.bash b/services/common.bash
deleted file mode 100644
index ad08a34..0000000
--- a/services/common.bash
+++ /dev/null
@@ -1,5 +0,0 @@
-# shellcheck disable=SC2046
-export $(xargs < "${script_dir:?}/base-config")
-
-CRUPEST_PROJECT_DIR="$(realpath "$script_dir/..")"
-export CRUPEST_PROJECT_DIR