We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8c925 commit c9a7ca4Copy full SHA for c9a7ca4
wordpress/wp-post.sh
@@ -383,6 +383,7 @@ if [[ "${NPP_EDGE}" -eq 1 ]]; then
383
# Strip non-production files/folders from the clone before deploying.
384
rm -rf \
385
"${TMP_CLONE_DIR:?}/.git" \
386
+ "${TMP_CLONE_DIR:?}/.github" \
387
"${TMP_CLONE_DIR:?}/misc" \
388
"${TMP_CLONE_DIR:?}/safexec" \
389
"${TMP_CLONE_DIR:?}/tests"
0 commit comments