Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
Add env var to force use of system jsonnet libraries
Browse files Browse the repository at this point in the history
Miniportile is used to retrieve jsonnet from github.
The progress reporter in miniportile can't handle a nil
content-length response which github sends with content-
encoding: Chunked.
There's a fix flavorjones/mini_portile#86
which needs merging into the gem at which point we can
remove this env var.
  • Loading branch information
Steve Laing committed Oct 11, 2018
1 parent 0aebbef commit 913f371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ node {
}

stage("bundle install") {
env.JSONNET_USE_SYSTEM_LIBRARIES = 1
govuk.bundleApp();
}

Expand Down

0 comments on commit 913f371

Please sign in to comment.