From cd88dc64273eec1f73158e958cbe29b9b5591744 Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Thu, 2 Nov 2023 09:59:26 +1100 Subject: [PATCH] pass-exit-code --- docker/scripts/build-dotfiles.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker/scripts/build-dotfiles.sh b/docker/scripts/build-dotfiles.sh index 19c956c..f3676b7 100755 --- a/docker/scripts/build-dotfiles.sh +++ b/docker/scripts/build-dotfiles.sh @@ -8,6 +8,3 @@ DOTFILES_CACHEBUST=$(date +%s > $REPO_ROOT/.dotfiles-cachebust) # Rebuild the desktop environment $REPO_ROOT/docker/scripts/build.sh - -# Store build exit code -echo $? > $REPO_ROOT/.build-exit-code