diff mbox

[16/23] shippable: do not initialize submodules automatically

Message ID 20170508045715.21770-17-f4bug@amsat.org
State Superseded, archived
Headers show

Commit Message

Philippe Mathieu-Daudé May 8, 2017, 4:57 a.m. UTC
do it in the 'ci' target when needed.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 .shippable.yml | 2 ++
 1 file changed, 2 insertions(+)

Comments

Alex Bennée May 8, 2017, 11:15 a.m. UTC | #1
Philippe Mathieu-Daudé <f4bug@amsat.org> writes:

> do it in the 'ci' target when needed.
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  .shippable.yml | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/.shippable.yml b/.shippable.yml
> index fa2d6a4e9b..b3cbca458c 100644
> --- a/.shippable.yml
> +++ b/.shippable.yml
> @@ -1,4 +1,6 @@
>  language: c
> +git:
> +   submodules: false
>  env:
>    global:
>      - LC_ALL=C

Maybe this should be merged with the next patch?

--
Alex Bennée
Philippe Mathieu-Daudé May 8, 2017, 5:48 p.m. UTC | #2
On 05/08/2017 08:15 AM, Alex Bennée wrote:
>
> Philippe Mathieu-Daudé <f4bug@amsat.org> writes:
>
>> do it in the 'ci' target when needed.
>>
>> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>> ---
>>  .shippable.yml | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/.shippable.yml b/.shippable.yml
>> index fa2d6a4e9b..b3cbca458c 100644
>> --- a/.shippable.yml
>> +++ b/.shippable.yml
>> @@ -1,4 +1,6 @@
>>  language: c
>> +git:
>> +   submodules: false
>>  env:
>>    global:
>>      - LC_ALL=C
>
> Maybe this should be merged with the next patch?

Ok.

> --
> Alex Bennée
>
diff mbox

Patch

diff --git a/.shippable.yml b/.shippable.yml
index fa2d6a4e9b..b3cbca458c 100644
--- a/.shippable.yml
+++ b/.shippable.yml
@@ -1,4 +1,6 @@ 
 language: c
+git:
+   submodules: false
 env:
   global:
     - LC_ALL=C