From ecdd0edaad635bf355d3641c74af805b7ac5b39e Mon Sep 17 00:00:00 2001 From: builderjer Date: Sun, 1 Oct 2023 13:01:50 -0600 Subject: [PATCH] disabled shareport/spotify for now --- .github/workflows/raspbian-ovos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/raspbian-ovos.yaml b/.github/workflows/raspbian-ovos.yaml index 9e3b4cd..deaa641 100644 --- a/.github/workflows/raspbian-ovos.yaml +++ b/.github/workflows/raspbian-ovos.yaml @@ -20,7 +20,7 @@ jobs: # images in stage2 (lite), stage4 and stage5. You probably want to hook in custom # stages before one of the exported stages. Otherwise, the action will make sure # any custom stage will include an image export directive. - stage-list: stage0 stage1 stage2 ./stage-prep ./stage-core ./stage-phal ./stage-audio ./stage-skills ./stage-shareport-spotify ./stage-hivemind ./stage-finalize + stage-list: stage0 stage1 stage2 ./stage-prep ./stage-core ./stage-phal ./stage-audio ./stage-skills ./stage-hivemind ./stage-finalize # Host name of the image. hostname: raspOvos