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

Error when missing 'jq' #40

Closed
Decipher opened this issue Jul 21, 2020 · 1 comment · Fixed by #41
Closed

Error when missing 'jq' #40

Decipher opened this issue Jul 21, 2020 · 1 comment · Fixed by #41
Assignees
Labels

Comments

@Decipher
Copy link

==> Install additional dev dependencies from module's composer.json
./.circleci/build.sh: line 36: jq: command not found

Installed jq, problem solved.

@AlexSkrypnyk
Copy link
Owner

Yeah, unfortunately it is a local dependency. It is already installed and available in the CI builder image.

The best option here is to check for the existence of jq on host and print error message if it does not exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants