Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
ref(*): bundle reorg/cleanup
Browse files Browse the repository at this point in the history
 - Ensure bundle.json and Dockerfile are located at bundle's root
 - Remove Makefile from bundle if trivial/default (targets will be placed in root-level Makefile)
  • Loading branch information
vdice committed Nov 20, 2018
1 parent 523efbe commit fa13bb7
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 144 deletions.
12 changes: 0 additions & 12 deletions aks-terraform/Makefile

This file was deleted.

File renamed without changes.
12 changes: 0 additions & 12 deletions ansible-azurevm/Makefile

This file was deleted.

12 changes: 0 additions & 12 deletions ansiblebase/Makefile

This file was deleted.

4 changes: 0 additions & 4 deletions arm-aci/Makefile

This file was deleted.

11 changes: 3 additions & 8 deletions armbase/Makefile
Expand Up @@ -25,14 +25,9 @@ build:
cxbuild:
GOOS=linux GOARCH=amd64 go build $(GOFLAGS) -o cnab/app/armup -ldflags '$(LDFLAGS)' ./...

.PHONY: docker-build
docker-build: cxbuild
docker-build:
docker build -t cnab/armbase:0.1.0 .
docker tag cnab/armbase:0.1.0 cnab/armbase:latest

docker-push:
docker push cnab/armbase
# Note: to build/push the Docker image for this bundle,
# call the root Makefile's targets from the root of this project , e.g.
# BUNDLE=armbase make docker-build

.PHONY: test
test:
Expand Down
12 changes: 0 additions & 12 deletions compose/Makefile

This file was deleted.

File renamed without changes.
12 changes: 0 additions & 12 deletions helloworld/Makefile

This file was deleted.

12 changes: 0 additions & 12 deletions k8sbase/Makefile

This file was deleted.

12 changes: 0 additions & 12 deletions makebase/Makefile

This file was deleted.

12 changes: 0 additions & 12 deletions pulumibase/Makefile

This file was deleted.

12 changes: 0 additions & 12 deletions terraform/Makefile

This file was deleted.

File renamed without changes.
12 changes: 0 additions & 12 deletions wordpress-mysql/Makefile

This file was deleted.

File renamed without changes.
12 changes: 0 additions & 12 deletions wordpress/Makefile

This file was deleted.

0 comments on commit fa13bb7

Please sign in to comment.