From 2a32a915c6d94678bd8bbc12eb1db62e53df984e Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Tue, 24 Oct 2023 16:23:27 +1100 Subject: [PATCH] exit-code --- docker/scripts/build-dotfiles.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/scripts/build-dotfiles.sh b/docker/scripts/build-dotfiles.sh index f3676b7..e509b47 100755 --- a/docker/scripts/build-dotfiles.sh +++ b/docker/scripts/build-dotfiles.sh @@ -8,3 +8,6 @@ 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