mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-14 13:24:34 +02:00
* add arg to hub func test * switch to go 1.17 Co-authored-by: sabban <15465465+sabban@users.noreply.github.com>
12 lines
203 B
Bash
Executable file
12 lines
203 B
Bash
Executable file
#! /usr/bin/env bash
|
|
# -*- coding: utf-8 -*-
|
|
|
|
source tests_base.sh
|
|
|
|
CURRENT_DIR=$(pwd)
|
|
|
|
git clone https://github.com/crowdsecurity/hub.git
|
|
cd hub/
|
|
${CSCLI} hubtest run --all --clean
|
|
|
|
cd "${CURRENT_DIR}"
|