Skip to content

Commit 7599698

Browse files
author
irisdingbj
committed
fix mount dir
Signed-off-by: irisdingbj <shaojun.ding@intel.com>
1 parent 99ba750 commit 7599698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/e2e/go_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function init_gmc() {
113113
sed -i "s|namespace: system|namespace: $SYSTEM_NAMESPACE|g" $(pwd)/config/rbac/gmc-manager-rbac.yaml
114114
sed -i "s|name: system|name: $SYSTEM_NAMESPACE|g" $(pwd)/config/rbac/gmc-manager-rbac.yaml
115115
# replace the mount dir "path: /mnt/model" with "path: $CHART_MOUNT"
116-
find . -name '*.yaml' -type f -exec sed -i "s#path: /mnt#path: $MOUNT_DIR#g" {} \;
116+
find . -name '*.yaml' -type f -exec sed -i "s#path: /mnt/models#path: $MOUNT_DIR#g" {} \;
117117
# replace the repository "image: opea/*" with "image: $IMAGE_REPO/opea/"
118118
find . -name '*.yaml' -type f -exec sed -i "s#image: opea/*#image: $IMAGE_REPO/opea/#g" {} \;
119119
# set huggingface token

0 commit comments

Comments
 (0)