Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 committed Sep 11, 2024
1 parent c519303 commit a5b9bf3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 29 deletions.
32 changes: 5 additions & 27 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,27 +1,5 @@
.adr/
.git/
.github/
.konflux/
.tekton/
ansible/
builder/
cmake-build/
docs/
githooks/
integration-tests/
kernel-modules/
utilities/
.clang-format
.clangd
.editorconfig
.flake8
.gitignore
.gitmodules
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
LICENSE
Makefile
Makefile-constants.mk
README.md
RELEASED_VERSIONS
RELEASED_VERSIONS.unsupported
*
**
!collector/
!falcosecurity-libs/
!CMakeLists.txt
2 changes: 1 addition & 1 deletion .github/workflows/collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
contains(github.event.pull_request.labels.*.name, 'run-multiarch-builds')
timeout-minutes: 480
run: |
ansible-playbook -vvvv \
ansible-playbook \
--connection local \
-i localhost, \
--limit localhost \
Expand Down
2 changes: 1 addition & 1 deletion Makefile-constants.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ TRACE_SINSP_EVENTS ?= false
DISABLE_PROFILING ?= false
BPF_DEBUG_MODE ?= false

COLLECTOR_BUILD_CONTEXT = .
COLLECTOR_BUILD_CONTEXT = $(CURDIR)
COLLECTOR_BUILDER_NAME ?= collector_builder_$(HOST_ARCH)

0 comments on commit a5b9bf3

Please sign in to comment.