talkiq / circleci-orbs

Various CircleCI orbs shared across TalkIQ projects
2 stars 4 forks source link

feat(poetry): use sudo to install curl if running as user #119

Open CoRfr opened 1 year ago

CoRfr commented 1 year ago

Summary

If the UID is not 0 (root), uses sudo to install curl. Also checking if curl is already installed before trying to install it.

Standard Checklist