diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-02-26 22:31:34 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-02-26 23:59:57 +0800 |
commit | 59b9ea0ca5a01f1c26ead527a054da65bbdd665f (patch) | |
tree | 45d91c8db0357c49d4d9f5bd7f1b7f7cf512a582 /services/common.bash | |
parent | 5078921f9309ee1d78d528aa683c8eb982c571e1 (diff) | |
download | crupest-59b9ea0ca5a01f1c26ead527a054da65bbdd665f.tar.gz crupest-59b9ea0ca5a01f1c26ead527a054da65bbdd665f.tar.bz2 crupest-59b9ea0ca5a01f1c26ead527a054da65bbdd665f.zip |
feat(git): add protected refs.
Diffstat (limited to 'services/common.bash')
-rw-r--r-- | services/common.bash | 5 |
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 |