easy example for use ORBS
closed
David M
hi, i try to use https://circleci.com/developer/orbs/orb/circleci/jq#commands-install but i cant, can you improve the docs for dummies like me? i copy and paste but nothing works... Thanks
Nadia Eira
I have same situations. https://cookieclicker-2.com/
Nadia Eira
I have same situations. https://cookieclicker-2.com/
Lauren
Hello https://tgmacro.app
Liya Ai
closed
Closing per Drews comment - feel free to raise a ticket if you need additional help
Drew Ayling
David M Would you like to open an issue here? https://github.com/CircleCI-Public/jq-orb/issues Including an your CircleCI config in the issue would be helpful to understand and reproduce any issue.
Here is an example config you can copy and paste.
description: >
Install jq in a CircleCI job
usage:
version: 2.1
orbs:
jq: circleci/jq@2.2
jobs:
build:
docker:
- image: cimg-base:2020.11
steps:
- checkout
- jq/install
workflows:
your-workflow:
jobs:
- build
Liya Ai
Hi David M - I'll pass your feedback along but feel free to raise a ticket with our support team as well to help you troubleshoot: support.circleci.com. Thank you!