Skip to content

Commit

Permalink
revert ecr changes from master branch (#1225)
Browse files Browse the repository at this point in the history
* revert ecr changes from master branch

* lint fix
  • Loading branch information
vmuskaaan authored Jan 13, 2023
1 parent cf3f62a commit 3a810f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main-ecr.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Build and Push Atlas Metastore docker image to ECR
name: Build and Push Atlas Metastore docker image to ECR(deprecated as of Jan 11, 2023)

on:
push:
branches:
- alpha
- beta
- development
- master
- xoxo/deprecating-ecr/xoxo

permissions:
id-token: write
Expand Down
3 changes: 2 additions & 1 deletion ecrorgcrossaccountpolicy.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"__comment": "Policy is currently not in use by main-ecr.yaml, deprecated as of Jan 11, 2023",
"Version": "2012-10-17",
"Statement": [
{
Expand All @@ -23,4 +24,4 @@
}
}
]
}
}
3 changes: 2 additions & 1 deletion sem-ver-bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Increment a version string using Semantic Versioning (SemVer) terminology.

# Parse command line options.

:'
while getopts ":Mmp" Option
do
case $Option in
Expand Down Expand Up @@ -50,3 +50,4 @@ then
fi
echo "${a[0]}.${a[1]}.${a[2]}"
'

0 comments on commit 3a810f3

Please sign in to comment.