Skip to content

Commit

Permalink
check remote repos by 'ls-remote' sub command
Browse files Browse the repository at this point in the history
Signed-off-by: Tada, Tadashi <t@tdtds.jp>
  • Loading branch information
tdtds committed Jun 26, 2020
1 parent 48ab24b commit 18715dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/setup-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ bundle exec rake assets:copy
if [ ! -f .htpasswd ]; then
bundle exec bin/tdiary htpasswd
fi
git fetch
git ls-remote -q > /dev/null

0 comments on commit 18715dc

Please sign in to comment.