mirror of
https://github.com/langgenius/dify.git
synced 2026-05-14 01:00:18 -04:00
fix: handle missing reset named volumes
This commit is contained in:
2
.github/scripts/reset-test-env.sh
vendored
2
.github/scripts/reset-test-env.sh
vendored
@@ -350,7 +350,7 @@ volume_exists() {
|
||||
append_unique_volume() {
|
||||
local candidate="$1"
|
||||
local existing
|
||||
[ -n "$candidate" ] || return
|
||||
[ -n "$candidate" ] || return 0
|
||||
|
||||
for existing in "${RESOLVED_VOLUME_NAMES[@]}"; do
|
||||
if [ "$existing" = "$candidate" ]; then
|
||||
|
||||
Reference in New Issue
Block a user