Skip to content

Commit

Permalink
update(.circleci): drivers/cleanup job
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
  • Loading branch information
leodido committed Sep 2, 2020
1 parent 0f876dd commit ad3fd19
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,21 @@ jobs:
cd driverkit
make publish
fi
"drivers/cleanup":
docker:
- image: docker.bintray.io/jfrog/jfrog-cli-go:latest
steps:
- checkout
- run:
name: Prepare env
command: |
apk add --no-cache --update
apk add curl jq
- run:
name: Cleanup
command: |
cd driverkit
make cleanup
workflows:
version: 2
build:
Expand Down Expand Up @@ -254,3 +269,11 @@ workflows:
- "drivers/build/debian"
- "drivers/build/ubuntu-aws"
- "drivers/build/ubuntu-generic"
- "drivers/cleanup":
context: falco
filters:
branches:
only:
- master
requires:
- "drivers/publish"

0 comments on commit ad3fd19

Please sign in to comment.