Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ethho committed Jul 12, 2024
1 parent ad87a29 commit 95c35fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions singleuser/config/before_start_hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ if [[ ! -z "${DJLABHUB_REPO}" ]]; then
if [[ ! -z "${DJLABHUB_REPO_BRANCH}" ]]; then
echo "INFO::Switch to branch $DJLABHUB_REPO_BRANCH"
git -C $HOME/$REPO_NAME switch $DJLABHUB_REPO_BRANCH || echo "WARNING::Failed to checkout branch ${DJLABHUB_REPO_BRANCH}. Continuing..."
ls -lah
cd $HOME/$REPO_NAME
ls -lah
git branch
fi

if [[ $DJLABHUB_REPO_INSTALL == "TRUE" ]]; then
Expand Down

0 comments on commit 95c35fe

Please sign in to comment.