diff options
Diffstat (limited to 'docker/build.sh')
| -rwxr-xr-x | docker/build.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docker/build.sh b/docker/build.sh index 7b97afcc..4cf22c6d 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -15,7 +15,7 @@      pepper ${SALTAPI_TARGET} state.apply docker/hacktoberbot \             --saltapi-url=${SALTAPI_URL} --auth=${SALTAPI_EAUTH} \             --username=${SALTAPI_USER} --password=${SALTAPI_PASS} \ -           &> /dev/null +           --out=no_out --non-interactive  #    echo "Deploying container"  #    curl -H "token: $AUTODEPLOY_TOKEN" $AUTODEPLOY_WEBHOOK | 
