Fetch python grammar as part of CI
This commit is contained in:
parent
a1770ce844
commit
5c72c1e28b
1 changed files with 3 additions and 2 deletions
|
|
@ -7,6 +7,7 @@ GRAMMARS=(
|
|||
json
|
||||
c
|
||||
cpp
|
||||
python
|
||||
)
|
||||
|
||||
for grammar in ${GRAMMARS[@]}; do
|
||||
|
|
@ -21,7 +22,7 @@ for grammar in ${GRAMMARS[@]}; do
|
|||
|
||||
(
|
||||
cd $grammar_dir;
|
||||
git reset --hard;
|
||||
git pull origin master;
|
||||
git fetch origin
|
||||
git reset --hard origin/master;
|
||||
)
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue