Skip to content

Commit

Permalink
added Tooltip project trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Makopo committed Feb 23, 2023
1 parent 26f0021 commit 247de61
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -181,8 +181,14 @@ jobs:
command: |
curl --location -X POST 'https://circleci.com/api/v2/project/github/Makopo/sublime-text-lsl/pipeline' \
--header 'Content-Type: application/json' \
-d "{\"branch\": \"master\", \"parameters\": {\"version\": \"${CIRCLE_TAG}\"}}", \
-d "{\"branch\": \"master\", \"parameters\": {\"version\": \"${CIRCLE_TAG}\"}}" \
-u "${CIRCLECI_API_TOKEN}:"
- run:
name: Call LSL Tooltip plugin pipeline
command: |
curl --location -X POST 'https://circleci.com/api/v2/project/github/Makopo/sublime-text-tooltip-lsl/pipeline' \
--header 'Content-Type: application/json' \
-d "{\"branch\": \"master\"}" -u "${CIRCLECI_API_TOKEN}:"
check-builtins:
docker:

0 comments on commit 247de61

Please sign in to comment.