Skip to content

Commit

Permalink
Remove everything templates related
Browse files Browse the repository at this point in the history
  • Loading branch information
mpl authored and traefiker committed Mar 14, 2019
1 parent e2ec649 commit 03d5a95
Show file tree
Hide file tree
Showing 60 changed files with 16 additions and 6,796 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ test-integration: build ## run the integration tests
$(DOCKER_RUN_TRAEFIK) ./script/make.sh generate binary test-integration
TEST_HOST=1 ./script/make.sh test-integration

validate: build ## validate code, vendor and autogen
$(DOCKER_RUN_TRAEFIK) ./script/make.sh generate validate-lint validate-misspell validate-vendor validate-autogen
validate: build ## validate code, vendor
$(DOCKER_RUN_TRAEFIK) ./script/make.sh generate validate-lint validate-misspell validate-vendor

build: dist
docker build $(DOCKER_BUILD_ARGS) -t "$(TRAEFIK_DEV_IMAGE)" -f build.Dockerfile .
Expand Down

0 comments on commit 03d5a95

Please sign in to comment.