Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: print correct tag #208

Merged
merged 1 commit into from
May 10, 2023
Merged

fix: print correct tag #208

merged 1 commit into from
May 10, 2023

Conversation

KyleTryon
Copy link
Contributor

No description provided.

@KyleTryon KyleTryon requested a review from a team as a code owner May 10, 2023 17:11
@@ -45,7 +45,7 @@ function publishDevOrbs() {
{
printf "Your development orb(s) have been published. It will expire in 30 days.\n"
printf "You can preview what this will look like on the CircleCI Orb Registry at the following link: \n"
printf "https://circleci.com/developer/orbs/orb/%s?version=dev:%s\n" "${ORB_VAL_ORB_NAME}" "${array[0]}"
printf "https://circleci.com/developer/orbs/orb/%s?version=%s\n" "${ORB_VAL_ORB_NAME}" "${array[0]}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW, I was seeing ${CIRCLE_SHA1} being printed literally vs. being expanded as well, not sure if this will fix that? I wasn't able to reproduce it yet with some local tests.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slowly working towards it. Now i just ran into an unhandled authentication error, so we are going to squash few things here lol

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we got it 🎉

@orb-publisher
Copy link

Your development orb(s) have been published. It will expire in 30 days.
You can preview what this will look like on the CircleCI Orb Registry at the following link:
https://circleci.com/developer/orbs/orb/circleci/orb-tools?version=dev:${CIRCLE_SHA1}

@wyardley
Copy link
Contributor

Fixes #204

@CircleCI-Public CircleCI-Public deleted a comment from orb-publisher May 10, 2023
@orb-publisher
Copy link

Your development orb(s) have been published. It will expire in 30 days.
You can preview what this will look like on the CircleCI Orb Registry at the following link:
https://circleci.com/developer/orbs/orb/circleci/orb-tools?version=dev:${CIRCLE_SHA1}

1 similar comment
@orb-publisher
Copy link

Your development orb(s) have been published. It will expire in 30 days.
You can preview what this will look like on the CircleCI Orb Registry at the following link:
https://circleci.com/developer/orbs/orb/circleci/orb-tools?version=dev:${CIRCLE_SHA1}

@orb-publisher
Copy link

Your development orb(s) have been published. It will expire in 30 days.
You can preview what this will look like on the CircleCI Orb Registry at the following link(s):
printf 'https://circleci.com/developer/orbs/orb/%s?version=%s
' circleci/orb-tools dev:a83d7363580b4672ef65e0e1d644e8a74fda6a0a printf 'https://circleci.com/developer/orbs/orb/%s?version=%s
' circleci/orb-tools dev:alpha

@orb-publisher
Copy link

Your development orb(s) have been published. It will expire in 30 days.
You can preview what this will look like on the CircleCI Orb Registry at the following link(s):
https://circleci.com/developer/orbs/orb/circleci/orb-tools?version=dev:4116f3979421a1b4c5b21a97475908ccd482ba54 https://circleci.com/developer/orbs/orb/circleci/orb-tools?version=dev:alpha

@orb-publisher
Copy link

Your development orb(s) have been published. It will expire in 30 days.
You can preview what this will look like on the CircleCI Orb Registry at the following link(s):
https://circleci.com/developer/orbs/orb/circleci/orb-tools?version=dev:22bac157c86558f5d48be636b956d3b3b1554fe3https://circleci.com/developer/orbs/orb/circleci/orb-tools?version=dev:alpha

@orb-publisher
Copy link

Your development orb(s) have been published. It will expire in 30 days.
You can preview what this will look like on the CircleCI Orb Registry at the following link(s):
https://circleci.com/developer/orbs/orb/circleci/orb-tools?version=dev:b544b2bd892db174edb625de0646860cb736a670
https://circleci.com/developer/orbs/orb/circleci/orb-tools?version=dev:alpha

@KyleTryon
Copy link
Contributor Author

image

@orb-publisher
Copy link

Your development orb(s) have been published. It will expire in 30 days.
You can preview what this will look like on the CircleCI Orb Registry at the following link(s):
https://circleci.com/developer/orbs/orb/circleci/orb-tools?version=dev:56043f6d87214a3037605feb96700e2cc5b37c7a
https://circleci.com/developer/orbs/orb/circleci/orb-tools?version=dev:alpha

@wyardley
Copy link
Contributor

Your development orb(s) have been published. It will expire in 30 days.
You can preview what this will look like on the CircleCI Orb Registry at the following link(s):

Will note that tense is a little inconsistent there. Not sure if it should stick with plural or singular throughout, but maybe pick one or the other? (it vs they etc.)

publishOrb "$tag"
# shellcheck disable=SC2005
PROCESSED_TAG=$(circleci env subst "$tag")
ORB_REG_LINKS+=("$(printf 'https://circleci.com/developer/orbs/orb/%s?version=%s' "$ORB_VAL_ORB_NAME" "$PROCESSED_TAG")")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

@KyleTryon KyleTryon merged commit 2dd2070 into master May 10, 2023
2 checks passed
@orb-publisher
Copy link

Your development orb(s) have been published. It will expire in 30 days.
You can preview what this will look like on the CircleCI Orb Registry at the following link(s):
https://circleci.com/developer/orbs/orb/circleci/orb-tools?version=dev:2dd20705b2331ef59dce39abb4e8310dea484f92
https://circleci.com/developer/orbs/orb/circleci/orb-tools?version=dev:alpha

1 similar comment
@orb-publisher
Copy link

Your development orb(s) have been published. It will expire in 30 days.
You can preview what this will look like on the CircleCI Orb Registry at the following link(s):
https://circleci.com/developer/orbs/orb/circleci/orb-tools?version=dev:2dd20705b2331ef59dce39abb4e8310dea484f92
https://circleci.com/developer/orbs/orb/circleci/orb-tools?version=dev:alpha

@KyleTryon KyleTryon deleted the fix/comment branch May 19, 2023 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants