mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 05:56:58 +01:00
Need to force remove .git directory
This commit is contained in:
+1
-1
@@ -39,5 +39,5 @@ if [ "$PUBLISH_DOX" = true ] ; then
|
||||
git commit -m "Deploy code docs to GitHub Pages for Travis build $TRAVIS_BUILD_NUMBER" -m "Commit: $TRAVIS_COMMIT"
|
||||
git push -f "https://$TGS4_TEST_GITHUB_TOKEN@$GITHUB_URL" 2>&1 | /dev/null
|
||||
cd "$BUILD_FOLDER"
|
||||
rm -r "$DOXDIR/.git"
|
||||
rm -rf "$DOXDIR/.git"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user