removed debugging leftovers

ci-optimization
gapodo 2022-12-04 19:20:14 +01:00
parent a6ef321c9a
commit 85f0397d97
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ function map(){
local platform="$(grep $bin_platform "${DOCKERDIR}/archmap.txt" | cut -d':' -f2)"
mkdir -p "${DOCKERDIR}/bin/$platform"
echo "Mapped ${file} to $platform, copying"
echo cp "${file}" "${DOCKERDIR}/bin/$platform/${FILEBASENAME}"
cp "${file}" "${DOCKERDIR}/bin/$platform/${FILEBASENAME}"
}
cd "$WS_BASE/${BINARYLOOKUPPATH}"