StackStorm / st2cd

Content pack for internal build process at StackStorm
Apache License 2.0
7 stars 16 forks source link

Add missing jq for EL8 #433

Closed arm4b closed 4 years ago

arm4b commented 4 years ago

EL8 st2docs tests are failing because of missing jq

not ok 19 can run packs.setup_virtualenv for a pack downloaded in previous step # setup: 0s, test: 9s, teardown: 0s
# (from function `assert_success' in file docs/../test_helpers/bats-assert/src/assert.bash, line 114,
#  in test file docs/test_integration_packs_doc.bats, line 76)
#   `assert_success' failed with status 127
# 
# -- command failed --
# status : 127
# output (3 lines):
#   /usr/local/libexec/bats-core/bats-exec-test: line 62: jq: command not found
#   Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='UTF-8'>
#   BrokenPipeError: [Errno 32] Broken pipe
# --