build_nim.sh: quiet Git cloning
This commit is contained in:
parent
f764fdf7f2
commit
077cba3487
|
@ -51,7 +51,7 @@ nim_needs_rebuilding() {
|
||||||
NO_REBUILD=1
|
NO_REBUILD=1
|
||||||
|
|
||||||
if [[ ! -e "$NIM_DIR" ]]; then
|
if [[ ! -e "$NIM_DIR" ]]; then
|
||||||
git clone --depth=1 https://github.com/status-im/Nim.git "$NIM_DIR"
|
git clone -q --depth=1 https://github.com/status-im/Nim.git "$NIM_DIR"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n "$CI_CACHE" && -d "$CI_CACHE" ]]; then
|
if [[ -n "$CI_CACHE" && -d "$CI_CACHE" ]]; then
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Copyright (c) 2018-2019 Status Research & Development GmbH. Licensed under
|
# Copyright (c) 2018-2020 Status Research & Development GmbH. Licensed under
|
||||||
# either of:
|
# either of:
|
||||||
# - Apache License, version 2.0
|
# - Apache License, version 2.0
|
||||||
# - MIT license
|
# - MIT license
|
||||||
|
|
Loading…
Reference in New Issue