perf: codespaces
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
# Install Redis.
|
||||
#
|
||||
|
||||
# Skip in Codespaces (project-specific tool)
|
||||
[[ "$DOTS_ENV" == "codespaces" ]] && { log_pass "Skipping in Codespaces"; return 0; }
|
||||
|
||||
if ! command -v redis-cli &>/dev/null; then
|
||||
case "$DOTS_PKG" in
|
||||
apt)
|
||||
|
||||
Reference in New Issue
Block a user