CircleCI-Public / orb-tools-orb

Various tools for authoring and publishing CircleCI orbs
https://circleci.com/orbs/registry/orb/circleci/orb-tools
MIT License
51 stars 75 forks source link

[semver:patch] Fix test pipeline URL in trigger script. #123

Closed burukuru closed 2 years ago

burukuru commented 2 years ago

Checklist

Motivation, issues

Hello

I noticed that trigger-integration-tests-workflow.sh triggers a new pipeline for tests but prints a URL for a job.

As an example, the current commit on master triggers the integration test and returns:

https://app.circleci.com/jobs/gh/CircleCI-Public/orb-tools-orb/849

but the URL should be:

https://app.circleci.com/pipelines/github/CircleCI-Public/orb-tools-orb/849

Description

Changed the URL printed by trigger-integration-tests-workflow.sh to be a pipelines URL instead of jobs.