Skip to content

Commit

Permalink
fix: dropping intermediate 'jx' directory level
Browse files Browse the repository at this point in the history
fixes #35
  • Loading branch information
hferentschik authored and jenkins-x-bot committed Mar 30, 2020
1 parent e7fa095 commit 5fe7193
Show file tree
Hide file tree
Showing 22 changed files with 228 additions and 458 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ test-focus: ## Runs focused ShellSpec tests

.PHONY: clean
clean: ## Deletes temporary files
rm -rf report
rm jx-requirements.yml
@rm -rf report
@rm -f jx-requirements.yml

.PHONY: markdown-table
markdown-table: ## Creates markdown tables for in- and output of this module
Expand Down
214 changes: 0 additions & 214 deletions jx/main.tf

This file was deleted.

68 changes: 0 additions & 68 deletions jx/output.tf

This file was deleted.

Loading

0 comments on commit 5fe7193

Please sign in to comment.