Skip to content

Commit

Permalink
remove after start (#7)
Browse files Browse the repository at this point in the history
* remove after start
  • Loading branch information
roi-codefresh authored Jun 15, 2021
1 parent 4315446 commit 72561d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v0.0.10
VERSION=v0.0.11
OUT_DIR=dist
YEAR?=$(shell date +"%Y")

Expand Down
2 changes: 1 addition & 1 deletion cmd/commands/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ func createEventSource(repofs fs.FS, path, runtimeName string) error {
},
Namespace: runtimeName,
Filter: &eventsourcev1alpha1.ResourceFilter{
AfterStart: true,
AfterStart: false,
Labels: []eventsourcev1alpha1.Selector{
{
Key: store.Get().CFComponentKey,
Expand Down

0 comments on commit 72561d1

Please sign in to comment.