Skip to content

Commit

Permalink
Add missing command to ci pipeline yaml (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Feb 29, 2024
1 parent 7de6bc2 commit afb90ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ jobs:
env:
KOSLI_ATTACHMENTS: /tmp/kosli_attachments
run: |
mkdir "${KOSLI_ATTACHMENTS}"
cp .snyk "${KOSLI_ATTACHMENTS}"
set +e
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ jobs:
env:
KOSLI_ATTACHMENTS: /tmp/kosli_attachments
run: |
mkdir "${KOSLI_ATTACHMENTS}"
cp .snyk "${KOSLI_ATTACHMENTS}"
set +e
Expand Down

0 comments on commit afb90ca

Please sign in to comment.