Compare commits
1 commit
master
...
fix_static
Author | SHA1 | Date | |
---|---|---|---|
|
d438182749 |
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci_hub-tests.yml
vendored
4
.github/workflows/ci_hub-tests.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- name: Build release
|
||||
run: make release
|
||||
run: BUILD_VERSION=X.X.X make release
|
||||
- name: clone and build hub CI tool
|
||||
run: |
|
||||
git clone https://github.com/crowdsecurity/hub-tests.git
|
||||
|
@ -43,7 +43,7 @@ jobs:
|
|||
excludes: draft
|
||||
- name: Create crowdsec test env with all parsers from the release
|
||||
run: |
|
||||
cd crowdsec-${{ steps.keydb.outputs.release }}
|
||||
cd crowdsec-X.X.X
|
||||
./test_env.sh
|
||||
cd tests
|
||||
for i in `./cscli -c dev.yaml parsers list -a -o json | jq -r ".[].name" ` ; do
|
||||
|
|
Loading…
Reference in a new issue