Update BUILD-README.md
This commit is contained in:
@@ -17,7 +17,7 @@ $ git checkout -b update-ollama/1.1.2
|
|||||||
- BUILD-README.md, CUSTOM-README.md, custom-values.yaml을 제외한 파일 삭제
|
- BUILD-README.md, CUSTOM-README.md, custom-values.yaml을 제외한 파일 삭제
|
||||||
``` sh
|
``` sh
|
||||||
# chart 디렉토리로 이동
|
# chart 디렉토리로 이동
|
||||||
cd ~/dip-catalog/charts/qdrant
|
cd ~/dip-catalog/charts/ollama
|
||||||
|
|
||||||
# 파일 삭제 전 삭제할 파일 목록 확인
|
# 파일 삭제 전 삭제할 파일 목록 확인
|
||||||
find . -mindepth 1 \( -name "CUSTOM-README.md" -o -name "BUILD-README.md" -o -name "custom-values.yaml" \) -prune -o -print
|
find . -mindepth 1 \( -name "CUSTOM-README.md" -o -name "BUILD-README.md" -o -name "custom-values.yaml" \) -prune -o -print
|
||||||
|
|||||||
Reference in New Issue
Block a user