mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-28 20:53:16 +10:00
clone-fix
This commit is contained in:
parent
2026bc5b21
commit
a99d9dbd7c
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ ARG DOTFILES_CACHEBUST
|
|||
RUN DOTFILES_CACHEBUST=$DOTFILES_CACHEBUST echo "Building from dotfiles..."
|
||||
|
||||
# Clone user dotfiles or fallback to sabrehagen dotfiles
|
||||
RUN vcsh clone https://github.com/$DESKTOP_ENVIRONMENT_USER/dotfiles.git || \
|
||||
RUN git ls-remote git@github.com:$DESKTOP_ENVIRONMENT_USER/dotfiles.git && vcsh clone https://github.com/$DESKTOP_ENVIRONMENT_USER/dotfiles.git || \
|
||||
vcsh clone https://github.com/sabrehagen/dotfiles.git && $HOME/.dotfiles-bootstrap.sh
|
||||
|
||||
# Record container build information
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue