Skip to content

Commit

Permalink
fix(.circleci): driverkit workspace
Browse files Browse the repository at this point in the history
Co-authored-by: Lorenzo Fontana <lo@linux.com>
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
  • Loading branch information
leodido and fntlnz committed Apr 15, 2020
1 parent 7b5641f commit f0f8990
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- checkout
- attach_workspace:
at: driverkit/output
at: driverkit
- run:
name: Prepare environment
command: |
Expand Down
4 changes: 2 additions & 2 deletions driverkit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ ifneq ("$(wildcard output/$(1)/*.o)","")
endif

prepare_$(1): split_$(1)_kernelmodules split_$(1)_ebpfprobes
@echo -n "upserting falcosecurity/driver/kernel-module/$(1) version..."
@echo "upserting falcosecurity/driver/kernel-module/$(1) version..."
jfrog bt vs falcosecurity/driver/kernel-module/$(1) --user poiana --key ${BINTRAY_SECRET} || jfrog bt vc falcosecurity/driver/kernel-module/$(1) --desc="Falco kernel module" --released=`date -u +"%Y-%m-%dT%H:%M:%S.000Z"` --user poiana --key ${BINTRAY_SECRET}
@echo -n "upserting falcosecurity/driver/ebpf-probe/$(1) version..."
@echo "upserting falcosecurity/driver/ebpf-probe/$(1) version..."
jfrog bt vs falcosecurity/driver/ebpf-probe/$(1) --user poiana --key ${BINTRAY_SECRET} || jfrog bt vc falcosecurity/driver/ebpf-probe/$(1) --desc="Falco eBPF probe" --released=`date -u +"%Y-%m-%dT%H:%M:%S.000Z"` --user poiana --key ${BINTRAY_SECRET}

publish_$(1): prepare_$(1)
Expand Down

0 comments on commit f0f8990

Please sign in to comment.