Skip to content

Commit

Permalink
revert ecr changes from beta branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vmuskaaan committed Jan 11, 2023
1 parent cd98275 commit c0dea9e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main-ecr.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Build and Push Ranger Policy docker image to ECR
name: Build and Push Ranger Policy docker image to ECR(deprecated as of Jan 11, 2023)

on:
push:
branches:
- beta
- master
- build2.2
- xoxo/deprecating-ecr/xoxo

permissions:
id-token: write
Expand Down
1 change: 1 addition & 0 deletions 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 Down
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 c0dea9e

Please sign in to comment.