Skip to content

Commit

Permalink
Remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kardamk authored Oct 25, 2024
1 parent b3d14d6 commit 91f4baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifactory-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: ${{ env.STATUS == 'OK' }}
run: |
folders=("mfin-data-catalogue" "mfin-data-catalogue-nginx")
n = 5
n=5
repo=${{ env.CONTAINER_REPO }}
for folder in "${folders[@]}"; do
Expand Down

0 comments on commit 91f4baa

Please sign in to comment.