try to clone from https in drone build
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
ff4148548c
commit
eb83342802
|
@ -9,7 +9,7 @@ steps:
|
||||||
- name: library
|
- name: library
|
||||||
image: mcr.microsoft.com/dotnet/core/sdk:3.1
|
image: mcr.microsoft.com/dotnet/core/sdk:3.1
|
||||||
commands:
|
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
|
- mv /build/physfslibs/lib64/libphysfs.3.0.2 /build/physfslibs/lib64/libphysfs.so
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
|
|
Loading…
Reference in New Issue