From 253495d97842d8bfcc7eb7c411caace07ac52abb Mon Sep 17 00:00:00 2001 From: Andrew Nester Date: Mon, 18 May 2026 15:25:03 +0200 Subject: [PATCH] acc: Use unique pipeline name in TestAccept/bundle/generate/pipeline_and_deploy --- acceptance/bundle/generate/pipeline_and_deploy/script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acceptance/bundle/generate/pipeline_and_deploy/script b/acceptance/bundle/generate/pipeline_and_deploy/script index d70c10b8712..db8e519574c 100644 --- a/acceptance/bundle/generate/pipeline_and_deploy/script +++ b/acceptance/bundle/generate/pipeline_and_deploy/script @@ -4,7 +4,7 @@ trace $CLI workspace import "/Workspace/Users/${CURRENT_USER_NAME}/test.py" --fi title "Create a pipeline that references the files" PIPELINE_ID=$($CLI pipelines create --json '{ - "name": "test-pipeline", + "name": "test-pipeline-${UNIQUE_NAME}", "libraries": [ { "notebook": {