X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=blobdiff_plain;f=jjb%2Fshell%2Fta-iso-deploy.sh;h=d3b1cec4b4468334032de0ece9d1e091087b4271;hp=e40eebaf5f6a57a5c2bb56d595b4bbce1c8ced06;hb=HEAD;hpb=5e769f1e3f9e2ea62e28acacde993b53f51946b7 diff --git a/jjb/shell/ta-iso-deploy.sh b/jjb/shell/ta-iso-deploy.sh index e40eeba..d3b1cec 100644 --- a/jjb/shell/ta-iso-deploy.sh +++ b/jjb/shell/ta-iso-deploy.sh @@ -31,7 +31,8 @@ mkdir -p "$upload_dir2" platform_arch=$(uname -m) if [ "${platform_arch}" != 'x86_64' ]; then - # On non-x86 architecture, rename the artifacts appropiately + # On non-x86 architecture, rename the artifacts appropriately + sudo apt install -y rename # "rename" disappeared in Ubuntu 18.04 pushd "$WORKSPACE/work/results/images/" rename "s/\./.${platform_arch}./" *.* sed -i "s/\./.${platform_arch}./" *."${platform_arch}".iso.*