We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09c697 commit 4f39c34Copy full SHA for 4f39c34
startup.sh
@@ -7,6 +7,9 @@ echo "Starting initialization script..."
7
mkdir -p /mnt/stateful_partition/agent/data
8
chmod 777 /mnt/stateful_partition/agent/data
9
10
+# Verify directory creation
11
+ls -la /mnt/stateful_partition/qi-agents/
12
+
13
# Pull latest image
14
echo "Pulling latest image..."
15
docker pull us-central1-docker.pkg.dev/${PROJECT_ID}/${FULL_NAME}:${version}
0 commit comments