Skip to content

Commit

Permalink
Add tooling manager script
Browse files Browse the repository at this point in the history
iHiD committed Jan 26, 2021
1 parent 38c0fd1 commit 6e97b40
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/update
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

git fetch
git reset --hard origin/main
bundle config set deployment 'true'
bundle config set without 'development test'
bundle check || bundle install

0 comments on commit 6e97b40

Please sign in to comment.