Skip to content

Commit

Permalink
Try container volume mounted in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Oct 23, 2024
1 parent 8289a7f commit 33a9df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildpacks/release-phase/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fn project_uses_release_build_and_web_process_loads_artifacts() {
};
fs::create_dir_all(&local_storage_path)
.expect("local_storage_path directory should be created");
let container_volume_path = "/static-artifacts-storage";
let container_volume_path = "/workspace/static-artifacts-storage";
let container_volume_url = "file://".to_owned() + container_volume_path;
println!("local_storage_path: {local_storage_path:?}");
println!("container_volume_url: {container_volume_url}");
Expand Down

0 comments on commit 33a9df6

Please sign in to comment.