removed ||true from git clones. (this was useful for testing only)

This commit is contained in:
Michael Rodler 2016-10-13 12:02:36 +02:00 committed by Yan
parent 13d917452f
commit 91661c2b54
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
set -e -o pipefail
git clone --depth 1 https://github.com/keystone-engine/keystone.git || true
git clone --depth 1 https://github.com/keystone-engine/keystone.git
source ctf-tools-venv-activate

View file

@ -1,7 +1,7 @@
#!/bin/bash
set -e -o pipefail
git clone --depth 1 https://github.com/unicorn-engine/unicorn.git || true
git clone --depth 1 https://github.com/unicorn-engine/unicorn.git
source ctf-tools-venv-activate