From 21a617c57b6303ff3171a3556662e792717f04d8 Mon Sep 17 00:00:00 2001 From: Aravinda Vishwanathapura Date: Tue, 29 Nov 2022 21:51:00 +0530 Subject: [PATCH] Fix version directory path Signed-off-by: Aravinda Vishwanathapura --- releases/1.0.x/ubuntu-22.04.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/releases/1.0.x/ubuntu-22.04.t b/releases/1.0.x/ubuntu-22.04.t index 11870e3..e0b7220 100644 --- a/releases/1.0.x/ubuntu-22.04.t +++ b/releases/1.0.x/ubuntu-22.04.t @@ -16,6 +16,7 @@ containers = [ # the remote plugin EMIT_STDOUT true USE_REMOTE_PLUGIN "docker" +EXIT_ON_NOT_OK true # Cleanup: Stop and delete all the running # containers and then cleanup and recreate the @@ -50,7 +51,7 @@ TEST "docker ps" containers.each do |container| USE_NODE "local" # Copy the sources, script and checkout the required branches - TEST %{docker cp #{VERSION_DIR}/changelogs #{container}:/root/} + TEST %{docker cp releases/#{VERSION_DIR}/changelogs #{container}:/root/} TEST "docker cp build #{container}:/root/" USE_NODE container