Skip to content

Commit

Permalink
DS-2050 Add Environment variable to live and put make file
Browse files Browse the repository at this point in the history
  • Loading branch information
kayodewale committed Jan 18, 2024
1 parent cbb2baf commit 5188b34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/automation/var/profile/live.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

PROJECT_IMAGE_TAG :=
ENV := live
ENVIRONMENT := live
SERVICE_PREFIX := $(PROJECT_ID)-$(ENV)
AWS_ROLE_PIPELINE = jenkins_assume_role
# ==============================================================================
Expand Down
1 change: 1 addition & 0 deletions build/automation/var/profile/put.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

PROJECT_IMAGE_TAG :=
ENV := put
ENVIRONMENT := put
SERVICE_PREFIX := $(PROJECT_ID)-$(ENV)
AWS_ROLE_PIPELINE = jenkins_assume_role
# ==============================================================================
Expand Down

0 comments on commit 5188b34

Please sign in to comment.