Skip to content

Commit

Permalink
Fix version directory path
Browse files Browse the repository at this point in the history
Signed-off-by: Aravinda Vishwanathapura <[email protected]>
  • Loading branch information
aravindavk committed Nov 29, 2022
1 parent 151c315 commit 21a617c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion releases/1.0.x/ubuntu-22.04.t
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 21a617c

Please sign in to comment.