Skip to content

Commit b9f902e

Browse files
committed
Attempt to remove build app stage and dist
1 parent 85db94d commit b9f902e

File tree

11 files changed

+2
-796
lines changed

11 files changed

+2
-796
lines changed

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,11 @@ DATE := `date "+%FT%T%z"`
1818
CONTAINER_NAME := 'splunk'
1919

2020
.PHONY: all
21-
all: build_app test
21+
all: test
2222

2323
init:
2424
@echo "$(ATTN_COLOR)==> init $(NO_COLOR)"
2525

26-
.PHONY: build_app
27-
build_app:
28-
@echo "$(ATTN_COLOR)==> build_app $(NO_COLOR)"
29-
@python setup.py build dist
30-
3126
.PHONY: docs
3227
docs:
3328
@echo "$(ATTN_COLOR)==> docs $(NO_COLOR)"

examples/searchcommands_app/Build-App

Lines changed: 0 additions & 31 deletions
This file was deleted.

examples/searchcommands_app/Build-App.ps1

Lines changed: 0 additions & 31 deletions
This file was deleted.

examples/searchcommands_app/Install-App

Lines changed: 0 additions & 41 deletions
This file was deleted.

examples/searchcommands_app/Install-App.ps1

Lines changed: 0 additions & 58 deletions
This file was deleted.

examples/searchcommands_app/Select-SearchCommandsApp

Lines changed: 0 additions & 17 deletions
This file was deleted.

examples/searchcommands_app/Test-Performance

Whitespace-only changes.
-43.8 KB
Binary file not shown.

examples/searchcommands_app/bash-prologue

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)