From d438182749ab9e81abd34c7d3737203b7fe719cf Mon Sep 17 00:00:00 2001 From: bui Date: Tue, 14 Sep 2021 08:46:49 +0200 Subject: [PATCH] fix static --- .github/workflows/ci_hub-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_hub-tests.yml b/.github/workflows/ci_hub-tests.yml index fca57f4b6..8a77d5399 100644 --- a/.github/workflows/ci_hub-tests.yml +++ b/.github/workflows/ci_hub-tests.yml @@ -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