Update .drone.yml

This commit is contained in:
Victor Mylle
2023-03-08 12:29:59 +00:00
parent 543387911b
commit aae6f59497

View File

@@ -7,8 +7,7 @@ steps:
image: docker.io/library/unity-test-runner:0.1 image: docker.io/library/unity-test-runner:0.1
commands: commands:
- ls - ls
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -executeMethod UnityEditor.SyncVS.SyncSolution -quit - /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -executeMethod GitTools.Solution.Sync -quit
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -executeMethod UnityEditor.SyncVS.SyncSolution -quit
- name: code-analysis - name: code-analysis
pull: if-not-exists pull: if-not-exists