mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-22 07:01:56 +03:00
remove AWS_PROFILE
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
REGION="eu-west-1"
|
REGION="eu-west-1"
|
||||||
`AWS_PROFILE=ward aws ecr get-login --no-include-email --region ${REGION}`
|
`aws ecr get-login --no-include-email --region ${REGION}`
|
||||||
|
|||||||
Reference in New Issue
Block a user