Skip to content

Commit

Permalink
chore: automatic devops pr raise issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
anshulrudderstack committed Jan 24, 2024
1 parent 1a8c7ab commit 8bdc453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-for-prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
cd rudder-devops
git checkout -b dedicated-transformer-$TAG_NAME
cd helm-charts/customer-objects
cd customer-objects
declare -a enabled_ut_customers=()
declare -a sub_directories=('enterprise-us' 'enterprise-eu')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-for-prod-rollback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
cd rudder-devops
git checkout -b dedicated-transformer-rollback-${{ steps.target-version.outputs.tag_name }}
cd helm-charts/customer-objects
cd customer-objects
declare -a enabled_ut_customers=()
declare -a sub_directories=('enterprise-us' 'enterprise-eu')
Expand Down

0 comments on commit 8bdc453

Please sign in to comment.