You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: acceptance/bundle/deployment/bind/experiment/output.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
Successfully bound experiment with an id '[NUMID]'
7
7
Run 'bundle deploy' to deploy changes to your workspace
8
8
9
-
=== Deploy bundle: Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/test-bundle/default/files...
9
+
=== Deploy bundle: Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/test-bundle-[UNIQUE_NAME]/default/files...
10
10
Deploying resources...
11
11
Updating deployment state...
12
12
Deployment complete!
@@ -18,7 +18,7 @@ Deployment complete!
18
18
19
19
=== Unbind the experiment: Updating deployment state...
20
20
21
-
=== Destroy the bundle: All files and directories at the following location will be deleted: /Workspace/Users/[USERNAME]/.bundle/test-bundle/default
21
+
=== Destroy the bundle: All files and directories at the following location will be deleted: /Workspace/Users/[USERNAME]/.bundle/test-bundle-[UNIQUE_NAME]/default
Copy file name to clipboardExpand all lines: acceptance/bundle/deployment/bind/experiment/script
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ if [ -z "$CLOUD_ENV" ]; then
8
8
EXPERIMENT_NAME="//Workspace/Users/${CURRENT_USER_NAME}/test-experiment6260d50f-e8ff-4905-8f28-812345678903" # use hard-coded uuid when running locally
0 commit comments