Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwnasptd committed Nov 15, 2023
1 parent 9c5342e commit 21c736c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cannon_runs/2023-11-13_task_workflow/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
### Generate repos.txt
```bash
gh search repos --topic charmed-kubeflow --limit 200 --json fullName | jq -r ".[].fullName" > repos.txt
```

### Testing locally
Use the `git-xargs-runner-dev.sh` script, which will
1. Call the `repo-modifier.sh` script
2. Only for the `bundle-kubeflow` repo
3. Keep the cloned repo in `/tmp` for further debugging

0 comments on commit 21c736c

Please sign in to comment.