mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-25 22:27:20 +10:00
exit-code
This commit is contained in:
parent
146b1d6fa0
commit
832a31e855
3 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
.build-exit-code
|
||||
.dotfiles-cachebust
|
||||
|
|
|
|||
|
|
@ -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 $? > $REPO_ROOT/.build-exit-code
|
||||
|
|
|
|||
|
|
@ -18,3 +18,6 @@ docker build \
|
|||
--tag $DESKTOP_ENVIRONMENT_REGISTRY/$DESKTOP_ENVIRONMENT_CONTAINER_IMAGE:$DESKTOP_ENVIRONMENT_CONTAINER_TAG \
|
||||
--tag $DESKTOP_ENVIRONMENT_REGISTRY/$DESKTOP_ENVIRONMENT_CONTAINER_IMAGE:latest \
|
||||
$REPO_ROOT/docker
|
||||
|
||||
# Store build exit code
|
||||
echo $? > $REPO_ROOT/.build-exit-code
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue