diff options
-rwxr-xr-x | update_jdn.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 40599cdf..c1bd957b 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -22,6 +22,7 @@ conditional_disable() { if [ "$HOSTNAME" = "jenkins-test-vm" ] ; then case "$1" in piuparts.yaml) return 1;; + schroot.yaml) return 1;; d-i.yaml) return 1;; *) return 0;; esac |