Skip to content

Commit

Permalink
Continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Sep 23, 2020
1 parent d842782 commit b3a3499
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Continue on error
set +e

if ! is_ci ; then
print_action "Update brew"
try brew update
Expand Down
3 changes: 3 additions & 0 deletions scripts/rsync_config.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env zsh

# Continue on error
set +e

#
# Set path variables for all the preferences/settings
#
Expand Down

0 comments on commit b3a3499

Please sign in to comment.