From a87d1a7a7fca0a430d40f7724879b084c3480c40 Mon Sep 17 00:00:00 2001 From: Victor Mylle Date: Wed, 8 Mar 2023 11:58:55 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2801053..a3e16f0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: docker.io/library/unity-test-runner:0.1 commands: - ls - - /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -executeMethod UnityEditor.SyncVS.SyncSolution + - /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -executeMethod UnityEditor.SyncVS.SyncSolution -quit - name: code-analysis pull: if-not-exists