Skip to content

Commit 830c4f5

Browse files
100k cron job repos (#958)
Co-authored-by: Azeem Shaikh <azeems@google.com>
1 parent afe5b40 commit 830c4f5

File tree

2 files changed

+50175
-1
lines changed

2 files changed

+50175
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ build-webhook: ## Runs go build on the cron webhook
121121

122122
build-add-script: ## Runs go build on the add script
123123
build-add-script: cron/data/add/add
124-
cron/data/add/add: cron/data/add/*.go cron/data/*.go cron/data/projects.csv
124+
cron/data/add/add: cron/data/add/*.go cron/data/*.go repos/*.go cron/data/projects.csv
125125
# Run go build on the add script
126126
cd cron/data/add && CGO_ENABLED=0 go build -a -ldflags '-w -extldflags "-static"' -o add
127127

0 commit comments

Comments
 (0)