Skip to content

Commit

Permalink
Force remove templates (#3925)
Browse files Browse the repository at this point in the history
  • Loading branch information
7AC authored and ruflin committed Apr 6, 2017
1 parent 4d89a03 commit c52056c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ clean:: ## @build Cleans up all files generated by the build steps
# Clean index pattern
rm -f $(PWD)/_meta/kibana/index-pattern/${BEAT_NAME}.json
# Remove temp templates
-rm ${BEAT_NAME}.template*.json
-rm -f ${BEAT_NAME}.template*.json

.PHONY: ci
ci: ## @build Shortcut for continuous integration. This should always run before merging.
Expand Down

0 comments on commit c52056c

Please sign in to comment.