Skip to content

Commit

Permalink
[ci] fix ci bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sherholz-intel committed Jun 13, 2022
1 parent 12307ec commit 7f82327
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gitlab/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,12 @@ scan-bdba-bin:
needs: [release-linux, release-macOS, release-windows]
script:
- gitlab/bdba.sh "openpgl-*"
- gitlab/store-files.sh $CI_PROJECT_NAME $CI_PIPELINE_ID bdba "openvkl-*.pdf"
- gitlab/store-files.sh $CI_PROJECT_NAME $CI_PIPELINE_ID bdba "openvkl-*.csv"
- gitlab/store-files.sh $CI_PROJECT_NAME $CI_PIPELINE_ID bdba "openpgl-*.pdf"
- gitlab/store-files.sh $CI_PROJECT_NAME $CI_PIPELINE_ID bdba "openpgl-*.csv"
artifacts:
paths:
- openvkl-*.pdf
- openvkl-*.csv
- openpgl-*.pdf
- openpgl-*.csv
allow_failure: true

av:
Expand Down

0 comments on commit 7f82327

Please sign in to comment.