From e11db9fa5934882dbf332aaacb676bbe370c1aa1 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Tue, 12 Sep 2023 01:43:57 +0200 Subject: [PATCH] ci: disable stm32 docs build temporarily because it's bringing CI down for some reason. --- .github/ci/doc.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ci/doc.sh b/.github/ci/doc.sh index c317a12e..d889f922 100755 --- a/.github/ci/doc.sh +++ b/.github/ci/doc.sh @@ -48,8 +48,9 @@ kubectl cp webroot/static $POD:/data # build and upload stm32 last # so that it doesn't prevent other crates from getting docs updates when it breaks. -rm -rf webroot -docserver-builder -i ./embassy-stm32 -o webroot/crates/embassy-stm32/git.zup -POD=$(kubectl -n embassy get po -l app=docserver -o jsonpath={.items[0].metadata.name}) -kubectl cp webroot/crates $POD:/data +# temporarily disabled because it's bringing CI down. +#rm -rf webroot +#docserver-builder -i ./embassy-stm32 -o webroot/crates/embassy-stm32/git.zup +#POD=$(kubectl -n embassy get po -l app=docserver -o jsonpath={.items[0].metadata.name}) +#kubectl cp webroot/crates $POD:/data