Add jq #22

Closed
silverwind wants to merge 1 commits from silverwind/test-env:jq into main
Member

jq might be useful to have, for example https://github.com/go-gitea/gitea/pull/24017#issuecomment-1501089141.

Also added .editorconfig and .gitattributes to the repo to ensure consistent file formatting.

`jq` might be useful to have, for example https://github.com/go-gitea/gitea/pull/24017#issuecomment-1501089141. Also added .editorconfig and .gitattributes to the repo to ensure consistent file formatting.
silverwind added 1 commit 2023-04-09 09:57:20 +00:00
Add jq
`jq` might be useful to have. Also added .editorconfig and
.gitattributes to the repo to ensure consistent file formatting.
All checks were successful
ci / docker (2.40.0, 1.19, 1.52.2) (pull_request) Successful in 4m32s
ci / docker (2.40.0, 1.20, 1.52.2) (pull_request) Successful in 4m33s
4f90827e69
yardenshoham approved these changes 2023-04-09 12:59:05 +00:00
Member

is npx already built in?

is `npx` already built in?
lunny approved these changes 2023-04-09 13:11:46 +00:00
Author
Member

npx comes with npm which comes with the node installation, but I see that this image does not have node yet, so it's not suitable yet to run our node-dependant steps.

I've found an alternative in https://github.com/go-gitea/gitea/pull/24021, so jq is no longer needed.

`npx` comes with `npm` which comes with the node installation, but I see that this image does not have node yet, so it's not suitable yet to run our node-dependant steps. I've found an alternative in https://github.com/go-gitea/gitea/pull/24021, so `jq` is no longer needed.
silverwind closed this pull request 2023-04-09 13:18:56 +00:00
All checks were successful
ci / docker (2.40.0, 1.19, 1.52.2) (pull_request) Successful in 4m32s
Required
Details
ci / docker (2.40.0, 1.20, 1.52.2) (pull_request) Successful in 4m33s
Required
Details

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitea/test-env#22
No description provided.