From 91fb3814614f7ddb89742d5de53506ea89eaedaa Mon Sep 17 00:00:00 2001 From: fincs Date: Sat, 15 Sep 2018 21:04:58 +0200 Subject: [PATCH] CI: remove switch-examples from build --- .doozer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.doozer.json b/.doozer.json index 6e02ed1d..7b14d551 100644 --- a/.doozer.json +++ b/.doozer.json @@ -5,9 +5,7 @@ "buildenv": "docker:devkitpro/devkita64", "buildcmd": [ - "sudo -E make -j${PARALLEL} -C nx install", - "git clone --depth 1 https://github.com/switchbrew/switch-examples", - "make -C switch-examples/" + "sudo -E make -j${PARALLEL} -C nx install" ] },