Skip to content

Commit

Permalink
Remove unused functions from the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
caiovfernandes committed Jun 25, 2023
1 parent 9ae856e commit 36b9b82
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ env-%: # Check for specific environment variables
touch .env.auth
touch .env.assume

google-auth: .env env-GOOGLE_IDP_ID env-GOOGLE_SP_ID
@echo "make .env.auth"
docker-compose run --rm google-auth

.env.assume: .env .env.assume env-AWS_ACCOUNT_ID env-AWS_ROLE
echo > .env.assume
docker-compose pull aws
Expand All @@ -23,4 +19,4 @@ build:
docker build -t $(IMAGE_NAME) .

shell:
docker run --rm -it --entrypoint=/bin/bash -v ~/.aws:/root/.aws -v $(PWD):/opt/app $(IMAGE_NAME)
docker run --rm -it --entrypoint=/bin/bash -v ~/.aws:/root/.aws -v $(PWD):/opt/app $(IMAGE_NAME)

0 comments on commit 36b9b82

Please sign in to comment.