summaryrefslogtreecommitdiff
path: root/.expeditor/publish-release-notes.sh
diff options
context:
space:
mode:
Diffstat (limited to '.expeditor/publish-release-notes.sh')
-rwxr-xr-x.expeditor/publish-release-notes.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.expeditor/publish-release-notes.sh b/.expeditor/publish-release-notes.sh
index 6f5f232301..fa7eb21470 100755
--- a/.expeditor/publish-release-notes.sh
+++ b/.expeditor/publish-release-notes.sh
@@ -2,6 +2,9 @@
set -eou pipefail
+# The expeditor process will error out if the wiki remains on the box for some reason.
+# Pre-emptively delete it to avoid the error
+rm -fr chef.wiki.git
git clone https://x-access-token:${GITHUB_TOKEN}@github.com/chef/chef.wiki.git
pushd ./chef.wiki