adjust / adobe_air_sdk

This is the Adobe AIR SDK of
http://adjust.com
Other
24 stars 12 forks source link

Submodules use https GitHub urls for improved CI support #15

Closed jareth closed 6 years ago

jareth commented 9 years ago

Our CI systems (Jenkins) aren't setup to support SSH GitHub urls, which causes them to fail when attempting to checkout the submodules within the adobe_air_sdk repo.

This updates the submodule targets to use the https urls instead, which are GitHubs recommended urls: https://help.github.com/articles/which-remote-url-should-i-use/

uerceg commented 9 years ago

@jareth Thank you for your PR. We are going to take a look at it.

nonelse commented 9 years ago

We'll look into changing it in the next version, thanks @jareth.