From 9401b91ddab29dbdc04d7e20ff4ec7eef2678523 Mon Sep 17 00:00:00 2001 From: Matthew McGill <mm8bx@mega-techx41.maas> Date: Sun, 3 Feb 2019 00:44:24 +0000 Subject: [PATCH] undoing checkoutall Former-commit-id: b92e181556347e36c1b298860efe6d608ab20403 --- cicd_tests/do-build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/cicd_tests/do-build.sh b/cicd_tests/do-build.sh index a4eb22d3a..fa7970f75 100755 --- a/cicd_tests/do-build.sh +++ b/cicd_tests/do-build.sh @@ -14,7 +14,6 @@ main() git submodule sync git submodule update --init --recursive - git checkoutall local orig_dir=$(pwd) -- GitLab