awslogin
This commit is contained in:
@@ -8,6 +8,7 @@ definitions:
|
||||
export AWS_SECRET_ACCESS_KEY=$(echo $STS_OUTPUT | jq -r '.Credentials.SecretAccessKey');
|
||||
export AWS_SECURITY_TOKEN=$(echo $STS_OUTPUT | jq -r '.Credentials.SessionToken');
|
||||
export AWS_REGION='us-east-2';
|
||||
aws sts get-caller-identity;
|
||||
steps: &deployment-steps
|
||||
- step:
|
||||
name: "Deploy Snowflake Changes"
|
||||
@@ -58,7 +59,6 @@ definitions:
|
||||
- apt-get update && apt-get install -y jq git
|
||||
- pip install awscli
|
||||
- *aws-context
|
||||
- aws sts get-caller-identity
|
||||
- aws s3 sync ./airflow/dags s3://doczy-dev-infra-mwaa-resources/dags
|
||||
#condition:
|
||||
# changesets:
|
||||
|
||||
Reference in New Issue
Block a user