Browse Source

Add bootstrap.sh to make gitpod.io happy

Signed-off-by: Alejandro Mery <amery@geeks.cl>
master
Alejandro Mery 2 years ago
parent
commit
9b8c89c8af
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      bootstrap.sh

+ 5
- 0
bootstrap.sh

@ -0,0 +1,5 @@
#!/bin/sh
set -eu
./sync.sh
git reset --hard

Loading…
Cancel
Save