File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
samples/personalized_learning Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -135,9 +135,7 @@ echo " OpenStax bucket: gs://${OPENSTAX_BUCKET}"
135135
136136# Step 6: Upload learner context
137137echo -e " ${YELLOW} [6/6]${NC} Uploading learner context files..."
138- # Note: Using -o flag to disable multiprocessing on macOS to avoid Python multiprocessing issues
139- gcloud storage cp learner_context/* .txt " gs://${CONTEXT_BUCKET} /learner_context/" 2> /dev/null || \
140- gcloud storage cp learner_context/* .txt " gs://${CONTEXT_BUCKET} /learner_context/" 2> /dev/null || true
138+ gcloud storage cp learner_context/* .txt " gs://${CONTEXT_BUCKET} /learner_context/" 2> /dev/null|| true
141139echo " Learner context uploaded to gs://${CONTEXT_BUCKET} /learner_context/"
142140
143141# Get project number for .env
You can’t perform that action at this time.
0 commit comments