From eb833428029edf0dc957048a93ff7cfbed393401 Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Thu, 20 Feb 2020 23:06:51 -0800 Subject: [PATCH] try to clone from https in drone build --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e96b6e9..af7f180 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: - name: library image: mcr.microsoft.com/dotnet/core/sdk:3.1 commands: - - git clone git@gitea.moonside.games:MoonsideGames/physfslibs.git + - git clone https://gitea.moonside.games/MoonsideGames/physfslibs.git - mv /build/physfslibs/lib64/libphysfs.3.0.2 /build/physfslibs/lib64/libphysfs.so - name: test