Skip to content

Commit

Permalink
chore: Fix gitpod init commands to generate go code (feast-dev#2738)
Browse files Browse the repository at this point in the history
Signed-off-by: Achal Shah <achals@gmail.com>
  • Loading branch information
achals authored May 27, 2022
1 parent 67d2992 commit 88ead50
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ tasks:
pip install pre-commit
pre-commit install --hook-type pre-commit --hook-type pre-push
pip install -e '.[dev]'
git config --global alias.ci 'commit -s'
git config --global alias.sw switch
git config --global alias.st status
git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.df diff
make compile-protos-go
make compile-go-lib
github:
prebuilds:
# enable for the default branch (defaults to true)
Expand Down

0 comments on commit 88ead50

Please sign in to comment.