From 6d32501f7b8bc9c8b70e6af69c9457e659a527d1 Mon Sep 17 00:00:00 2001 From: hcuk94 Date: Sun, 25 Feb 2024 14:54:29 +0000 Subject: T6065: Remove duplicated lines from build-vyos-image script --- scripts/build-vyos-image | 7 ------- 1 file changed, 7 deletions(-) (limited to 'scripts') diff --git a/scripts/build-vyos-image b/scripts/build-vyos-image index 8e299180..0ec77bde 100755 --- a/scripts/build-vyos-image +++ b/scripts/build-vyos-image @@ -357,13 +357,6 @@ if __name__ == "__main__": print(os_release, file=f) - # Switch to the build directory, this is crucial for the live-build work - # because the efective build config files etc. are there. - # - # All directory paths from this point must be relative to BUILD_DIR, - # not to the vyos-build repository root. - os.chdir(defaults.BUILD_DIR) - ## Clean up earlier build state and artifacts print("I: Cleaning the build workspace") os.system("lb clean") -- cgit v1.2.3