mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 14:02:33 +00:00
removed ||true from git clones. (this was useful for testing only)
This commit is contained in:
parent
13d917452f
commit
91661c2b54
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue