From ea68d4ea583a0f60b76e1fa2eb7584aaf8f16189 Mon Sep 17 00:00:00 2001 From: munishchouhan Date: Wed, 18 Sep 2024 12:59:44 +0200 Subject: [PATCH] removed spack Signed-off-by: munishchouhan --- typespec/models/WaveBuildRecord.tsp | 2 -- 1 file changed, 2 deletions(-) diff --git a/typespec/models/WaveBuildRecord.tsp b/typespec/models/WaveBuildRecord.tsp index f8e40bc4c..50f6966d1 100644 --- a/typespec/models/WaveBuildRecord.tsp +++ b/typespec/models/WaveBuildRecord.tsp @@ -10,7 +10,6 @@ model WaveBuildRecord { platform: string; requestIp: string; scanId: string; - spackFile: string; startTime: string; succeeded: boolean; targetImage: string; @@ -18,4 +17,3 @@ model WaveBuildRecord { userId: int64; userName: string; } - \ No newline at end of file