Skip to content

Commit

Permalink
kill submodules, use current branch
Browse files Browse the repository at this point in the history
Former-commit-id: 85c2629
  • Loading branch information
josh-heyer committed Jul 2, 2021
1 parent 8f4332e commit ca04204
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ jobs:

- uses: actions/checkout@v2
with:
ref: content/mongo_data_adapter/5.2.9/upcoming_release
fetch-depth: 0 # fetch whole repo so git-restore-mtime can work
- name: Update submodules
run: git submodule update --init --remote

- name: Adjust file watchers limit
run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

Expand Down

0 comments on commit ca04204

Please sign in to comment.