summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-04-19 01:43:43 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-04-19 01:43:43 -0600
commit2caae2f0205a5a66f292e70ae67622d5c7b528aa (patch)
treec44f84e3f71a1c91713f8738651b07be6dff76b6 /tasks
parent601ccd21d250e327444f1b32dc11d6d3a9f1871f (diff)
fix branch names of dependent projects in CI trigger
Diffstat (limited to 'tasks')
-rw-r--r--tasks/dependents.rake4
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/dependents.rake b/tasks/dependents.rake
index 741dee5b..8a8934a6 100644
--- a/tasks/dependents.rake
+++ b/tasks/dependents.rake
@@ -47,8 +47,8 @@ namespace :build do
%w(
asciidoctor/asciidoctor.js
- asciidoctor/asciidoctorj
- asciidoctor/asciidoctor-pdf
+ asciidoctor/asciidoctorj/main
+ asciidoctor/asciidoctor-pdf/main
asciidoctor/asciidoctor-reveal.js
).each do |project|
org, name, branch = parse_project project