Skip to content

Commit

Permalink
ci: dogfooding Lacework Orb html parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune Maya <[email protected]>
  • Loading branch information
afiune committed Nov 16, 2020
1 parent b6b5b45 commit 464d34d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,14 @@ jobs:
api-secret: CI_API_SECRET
registry: index.docker.io
repository: lacework/lacework-cli
html: yes
tag: << parameters.tag >>
- run:
command: |
mkdir circleci-artifacts/
mv lacework-lacework-cli* circleci-artifacts/
- store_artifacts:
path: circleci-artifacts
- slack/status:
fail_only: true
mentions: << pipeline.parameters.slack-mentions >>
Expand Down

0 comments on commit 464d34d

Please sign in to comment.