소스 검색

force remove latest symlink before re-creating

tags/v1.1.4
Jonathan Cobb 4 년 전
부모
커밋
76f74e881d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      bin/build_dist

+ 1
- 1
bin/build_dist 파일 보기

@@ -76,7 +76,7 @@ if [[ ! -z "${BUBBLE_DIST_HOME}" ]] ; then
fi
cp "${ZIP}" "${BUBBLE_DIST}" && cat "${ZIP}" | sha256sum | cut -f1 -d' ' | tr -d '\n' > "${BUBBLE_DIST}.sha256"
if [[ ${IS_DEV} -eq 0 ]] ; then
cd ${BUBBLE_DIST_TOP} && rm latest && ln -sf ${BUBBLE_VERSION} latest
cd ${BUBBLE_DIST_TOP} && rm -f latest && ln -sf ${BUBBLE_VERSION} latest
echo "${BUBBLE_VERSION}" > latest.txt
fi
echo "Published release: ${BUBBLE_DIST}"


불러오는 중...
취소
저장