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
commit23fd6e8fc96065f3229c42d21c83e9ca1309aa6c (patch)
tree3e3b410a506ba84abc46fb4e2d8e331dd208d1db /services/common.bash
parent311dfdcc6b5712dd6085287ada5ebe48e02116c4 (diff)
downloadcrupest-23fd6e8fc96065f3229c42d21c83e9ca1309aa6c.tar.gz
crupest-23fd6e8fc96065f3229c42d21c83e9ca1309aa6c.tar.bz2
crupest-23fd6e8fc96065f3229c42d21c83e9ca1309aa6c.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