We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe5b40 commit 830c4f5Copy full SHA for 830c4f5
Makefile
@@ -121,7 +121,7 @@ build-webhook: ## Runs go build on the cron webhook
121
122
build-add-script: ## Runs go build on the add script
123
build-add-script: cron/data/add/add
124
-cron/data/add/add: cron/data/add/*.go cron/data/*.go cron/data/projects.csv
+cron/data/add/add: cron/data/add/*.go cron/data/*.go repos/*.go cron/data/projects.csv
125
# Run go build on the add script
126
cd cron/data/add && CGO_ENABLED=0 go build -a -ldflags '-w -extldflags "-static"' -o add
127
0 commit comments