File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -181,8 +181,14 @@ jobs:
181181 command : |
182182 curl --location -X POST 'https://circleci.com/api/v2/project/github/Makopo/sublime-text-lsl/pipeline' \
183183 --header 'Content-Type: application/json' \
184- -d "{\"branch\": \"master\", \"parameters\": {\"version\": \"${CIRCLE_TAG}\"}}", \
184+ -d "{\"branch\": \"master\", \"parameters\": {\"version\": \"${CIRCLE_TAG}\"}}" \
185185 -u "${CIRCLECI_API_TOKEN}:"
186+ - run :
187+ name : Call LSL Tooltip plugin pipeline
188+ command : |
189+ curl --location -X POST 'https://circleci.com/api/v2/project/github/Makopo/sublime-text-tooltip-lsl/pipeline' \
190+ --header 'Content-Type: application/json' \
191+ -d "{\"branch\": \"master\"}" -u "${CIRCLECI_API_TOKEN}:"
186192
187193 check-builtins :
188194 docker :
You can’t perform that action at this time.
0 commit comments