Commit 7599698 irisdingbj
committed
1 parent 99ba750 commit 7599698 Copy full SHA for 7599698
File tree 1 file changed +1
-1
lines changed
.github/workflows/scripts/e2e
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ function init_gmc() {
113
113
sed -i " s|namespace: system|namespace: $SYSTEM_NAMESPACE |g" $( pwd) /config/rbac/gmc-manager-rbac.yaml
114
114
sed -i " s|name: system|name: $SYSTEM_NAMESPACE |g" $( pwd) /config/rbac/gmc-manager-rbac.yaml
115
115
# 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" {} \;
117
117
# replace the repository "image: opea/*" with "image: $IMAGE_REPO/opea/"
118
118
find . -name ' *.yaml' -type f -exec sed -i " s#image: opea/*#image: $IMAGE_REPO /opea/#g" {} \;
119
119
# set huggingface token
You can’t perform that action at this time.
0 commit comments