From 6d88744562966d473d84bacf3c205e6703a5644e Mon Sep 17 00:00:00 2001 From: Iva Babukova <65414651+ivababukova@users.noreply.github.com> Date: Fri, 19 Apr 2024 11:33:25 +0200 Subject: [PATCH] Delete .ci.yaml --- .ci.yaml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .ci.yaml diff --git a/.ci.yaml b/.ci.yaml deleted file mode 100644 index 50423fa7e..000000000 --- a/.ci.yaml +++ /dev/null @@ -1,29 +0,0 @@ -ci-policies: - - PolicyName: "get-ecr-auth-token" - PolicyDocument: - Version: 2012-10-17 - Statement: - - Effect: Allow - Action: - - "ecr:GetAuthorizationToken" - Resource: "*" - - - PolicyName: "manage-ecr-contents" - PolicyDocument: - Version: 2012-10-17 - Statement: - - Effect: Allow - Action: - - "ecr:BatchCheckLayerAvailability" - - "ecr:GetDownloadUrlForLayer" - - "ecr:GetRepositoryPolicy" - - "ecr:DescribeRepositories" - - "ecr:ListImages" - - "ecr:DescribeImages" - - "ecr:BatchGetImage" - - "ecr:InitiateLayerUpload" - - "ecr:UploadLayerPart" - - "ecr:CompleteLayerUpload" - - "ecr:PutImage" - - "ecr:CreateRepository" - Resource: !Sub "arn:aws:ecr:${AWS::Region}:${AWS::AccountId}:repository/api"