We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02948c commit bde83d7Copy full SHA for bde83d7
1 file changed
src/semaphore.sh
@@ -13,6 +13,7 @@ SEMABUILD_DEPLOY="false"
13
semabuild_setup() {
14
echo "setting up ${BRANCH_NAME}..."
15
rm -rf "${SEMABUILD_DIR}"
16
+ rm -rf "${SEMABUILD_PWD}/data"
17
mkdir -pv "${SEMABUILD_DIR}" || return 1
18
return 0
19
}
0 commit comments