Skip to content

Commit

Permalink
Merge branch 'master' into feature/iss-304-other-names
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed Sep 30, 2020
2 parents b6d2443 + 84bdbf7 commit 710e90f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ FQ_TAG := ${WB_ACC_NUM}.dkr.ecr.us-east-1.amazonaws.com/${ECR_REPO_NAME}:${VERSI
# Set AWS (EB) profile env vars if undefined
AWS_EB_PROFILE ?= ${AWS_PROFILE}
AWS_PROFILE ?= ${AWS_EB_PROFILE}
ifneq (${AWS_EB_PROFILE},)
export AWS_EB_PROFILE
endif

define target-help
$1
Expand Down

0 comments on commit 710e90f

Please sign in to comment.