From 146b1d6fa0dc9f2e5feb1716517453e2733fe2f4 Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Tue, 24 Oct 2023 16:37:23 +1100 Subject: [PATCH] Revert "exit-code" This reverts commit 2a32a915c6d94678bd8bbc12eb1db62e53df984e. --- 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 e509b47..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 "exit-code:$?" >> $REPO_ROOT/.dotfiles-cachebust