Skip to content

Commit

Permalink
DS-571 Adding old Jenkins Role to live and put make files
Browse files Browse the repository at this point in the history
  • Loading branch information
kayodewale committed Jan 17, 2024
1 parent 8b32968 commit 793e156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/automation/var/profile/live.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
PROJECT_IMAGE_TAG :=
ENV := live
SERVICE_PREFIX := $(PROJECT_ID)-$(ENV)

AWS_ROLE_PIPELINE = jenkins_assume_role
# ==============================================================================
# Infrastructure variables

Expand Down
2 changes: 1 addition & 1 deletion build/automation/var/profile/put.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
PROJECT_IMAGE_TAG :=
ENV := put
SERVICE_PREFIX := $(PROJECT_ID)-$(ENV)

AWS_ROLE_PIPELINE = jenkins_assume_role
# ==============================================================================
# Infrastructure variables

Expand Down

0 comments on commit 793e156

Please sign in to comment.