X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fshell%2Fexport-packages.sh;h=12c6364a4f10062bd7e6cb40fad8654b3d64a09c;hb=019ca8a40cd54b691e684d96cc8e0ef448fe5324;hp=e6bf07687233a3a876c3dad0724160dfec6e356e;hpb=41b9c4242096cd37a15da130ac70a805fdc8fb5c;p=ci-management.git diff --git a/jjb/shell/export-packages.sh b/jjb/shell/export-packages.sh index e6bf0768..12c6364a 100755 --- a/jjb/shell/export-packages.sh +++ b/jjb/shell/export-packages.sh @@ -23,8 +23,10 @@ echo "--> export-packages.sh" # that copies artifacts created by the builder to a directory. # Environment variables are injected in previous Jenkins steps. # The push script searches the workspace, so do not use /tmp etc. -HOST=$WORKSPACE/export-packages-$$ +HOST=$WORKSPACE/export-packages GUEST=/export mkdir -p "$HOST" docker run -v "$HOST":"$GUEST" "$CONTAINER_PUSH_REGISTRY"/"$DOCKER_NAME":"$DOCKER_IMAGE_TAG" "$GUEST" ls "$HOST" + +echo "--> export-packages.sh ends"