Skip to content

Commit

Permalink
Added CI fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceiphr committed Jun 28, 2023
1 parent cad6524 commit 01d27d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ function sync_dotfiles() {

function install() {
# Pull latest changes from repo and submodules.
git pull --recurse-submodules origin >/dev/null 2>&1 || error "Unable to pull latest changes."
[[ ! "$CI" ]] && (git pull --recurse-submodules origin >/dev/null 2>&1 || error "Unable to pull latest changes.")

# Needs to be run first to set up environment variables
source src/.zshenv
Expand Down

1 comment on commit 01d27d6

@graffixnyc
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rest easy Ari

Please sign in to comment.