Skip to content

Commit bde83d7

Browse files
committed
semaphore fix
1 parent b02948c commit bde83d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/semaphore.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ SEMABUILD_DEPLOY="false"
1313
semabuild_setup() {
1414
echo "setting up ${BRANCH_NAME}..."
1515
rm -rf "${SEMABUILD_DIR}"
16+
rm -rf "${SEMABUILD_PWD}/data"
1617
mkdir -pv "${SEMABUILD_DIR}" || return 1
1718
return 0
1819
}

0 commit comments

Comments
 (0)