mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Moved jq installation to run on json verification gitlab pipeline only
This commit is contained in:
parent
72204740df
commit
17d1a9619c
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ variables:
|
|||
image: maven:3-openjdk-11
|
||||
|
||||
before_script:
|
||||
- apt-get update -qq && apt-get install -qq -y --no-install-recommends jq
|
||||
- free -mh
|
||||
|
||||
# Cache downloaded dependencies and plugins between builds.
|
||||
|
|
@ -31,6 +30,7 @@ verify:jdk11:
|
|||
test:json:
|
||||
stage: test
|
||||
script:
|
||||
- apt-get update -qq && apt-get install -qq -y --no-install-recommends jq
|
||||
- 'find . -name \*.json -type f -print0 | xargs -0 -n1 -P8 jq empty'
|
||||
except:
|
||||
variables:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue