diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/deliverable.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/deliverable.c b/src/deliverable.c index 92dd273..b7dd973 100644 --- a/src/deliverable.c +++ b/src/deliverable.c @@ -695,6 +695,9 @@ int delivery_init(struct Delivery *ctx) {      sprintf(pathvar_tmp, "%s/bin:%s", ctx->storage.tools_dir, getenv("PATH"));      setenv("PATH", pathvar_tmp, 1); +    // Prevent git from paginating output +    setenv("GIT_PAGER", "", 1); +      populate_delivery_ini(ctx);      if (ctx->deploy.docker.tags) { | 
