Skip to content

Commit

Permalink
test: otomi charts
Browse files Browse the repository at this point in the history
  • Loading branch information
ferruhcihan committed Oct 16, 2023
1 parent a2c2690 commit 8772ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/gitea/gitea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default async function main(): Promise<void> {

// create main org repo: otomi/values
await upsertRepo(existingTeams, existingRepos, orgApi, repoApi, repoOption)
await upsertRepo(existingTeams, existingRepos, orgApi, repoApi, {...repoOption, name: 'otomi-charts'})
await upsertRepo(existingTeams, existingRepos, orgApi, repoApi, { ...repoOption, name: 'otomi-charts' })

// add repo: otomi/values to the team: otomi-viewer
await doApiCall(
Expand Down

0 comments on commit 8772ec9

Please sign in to comment.