fix static

This commit is contained in:
bui 2021-09-14 08:46:49 +02:00
parent 6b5f272c0a
commit d438182749

View file

@ -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