File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ case "${TARBALL_EXT}" in
1919 tar.xz)
2020 # we need to control the order, so the hls wrapper binary is installed
2121 # from the oldest version in the list
22- : " ${GHCS:= " $( cd " $CI_PROJECT_DIR /out/${ARTIFACT} " && rm -f ./* .json && for ghc in * ; do printf " %s\n" " $ghc " ; done | sort -r | tr ' \n' ' ' ) " } "
22+ : " ${GHCS:= " $( cd " $CI_PROJECT_DIR /out/${ARTIFACT} " && ls && rm -f ./* .json && for ghc in ./ * ; do printf " %s\n" " $ghc " ; done | sort -r | tr ' \n' ' ' ) " } "
2323 emake --version
2424 emake GHCUP=ghcup ARTIFACT=" ${ARTIFACT} " GHCS=" ${GHCS} " bindist || fail_with_ghcup_logs " make bindist failed"
2525 emake GHCUP=ghcup ARTIFACT=" ${ARTIFACT} " bindist-tar || fail_with_ghcup_logs " make bindist failed"
You can’t perform that action at this time.
0 commit comments