Skip to content

Commit

Permalink
Danger: don't update submodules when switching branches
Browse files Browse the repository at this point in the history
since `swift build` will clone them automatically if necessary.
  • Loading branch information
jpsim committed Jan 7, 2017
1 parent 8c98597 commit e5f1f32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ if has_app_changes
# Build master
`git checkout master`
`git pull`
`git submodule update --init --recursive`
`swift build`
# Generate master reports
generate_reports(false, 'master')
Expand Down

0 comments on commit e5f1f32

Please sign in to comment.