diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chroot-run.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/chroot-run.sh b/bin/chroot-run.sh index 195bb898..858f46e0 100755 --- a/bin/chroot-run.sh +++ b/bin/chroot-run.sh @@ -148,9 +148,6 @@ if [ -f debian/control ] ; then # install build-depends mk-build-deps -ir fi -if [ "$1" = "gbp" ] ; then - git checkout master -fi EOF fi echo "$*" >> $CHROOT_TARGET/tmp/chroot-testrun |