Skip to content

Commit 4f39c34

Browse files
committed
update startup fx
1 parent a09c697 commit 4f39c34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

startup.sh

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ echo "Starting initialization script..."
77
mkdir -p /mnt/stateful_partition/agent/data
88
chmod 777 /mnt/stateful_partition/agent/data
99

10+
# Verify directory creation
11+
ls -la /mnt/stateful_partition/qi-agents/
12+
1013
# Pull latest image
1114
echo "Pulling latest image..."
1215
docker pull us-central1-docker.pkg.dev/${PROJECT_ID}/${FULL_NAME}:${version}

0 commit comments

Comments
 (0)