Skip to content

Commit

Permalink
Removes publish target from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Kasaboski committed Nov 15, 2024
1 parent 1fe2c31 commit 134312e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ package: packages/flare/bin/vendor
"flare.tar.gz" \
"flare"

.PHONY: publish
publish: packages/flare.tar.gz
curl -u --request POST https://splunkbase.splunk.com/api/v1/app/7602/new_release/ -F "files[]=@./flare.tar.gz" -F "filename=flare.tar.gz" -F "splunk_versions=9.3" -F "visibility=true"

.PHONY: validate
validate: venv-tools
@echo "Running Splunk AppInspect..."
Expand Down

0 comments on commit 134312e

Please sign in to comment.