projects
/
arvados-dev.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch '22186-ubuntu-fix'. Refs #22186
[arvados-dev.git]
/
jenkins
/
run-deploy.sh
diff --git
a/jenkins/run-deploy.sh
b/jenkins/run-deploy.sh
index 5c7ad83858e50f30a9c54178b81c6db502ff25d6..bae429947cedea3c7499f6faaf54eb55f2b3b4d3 100755
(executable)
--- a/
jenkins/run-deploy.sh
+++ b/
jenkins/run-deploy.sh
@@
-131,7
+131,7
@@
now() { date +%s; }
let endtime="$(now) + 600"
while [ "$endtime" -gt "$(now)" ]; do
apt-get update
- apt-get -y upgrade
+
DEBIAN_FRONTEND=noninteractive
apt-get -y upgrade
apt_exitcode=$?
if [ 0 = "$apt_exitcode" ]; then
break