This commit is contained in:
Michael McGuinness
2024-09-27 17:22:07 +01:00
parent 34e9e40605
commit c2300a7c35
+1 -1
View File
@@ -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: