Skip to content

Commit 247de61

Browse files
committed
added Tooltip project trigger
1 parent 26f0021 commit 247de61

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)