Scrut uses Ubuntu 14 by default which doesn't support jq -e

- is this the right way to use different container?
pull/9/head
Curtis Doty 1 year ago
parent 88504b2d2a
commit f2dc377ece
No known key found for this signature in database
GPG Key ID: F5AA20AB4D96BC18

@ -14,11 +14,10 @@
#
build:
image: ubuntu:16.04
nodes:
auto:
commands:
# not working
#- checkout-code ~/build
- repo="${SCRUTINIZER_PROJECT#*/}"; git clone "https://github.com/$repo" build
- cd ~/build
- pwd

Loading…
Cancel
Save