Don't init.

This commit is contained in:
Dessalines 2021-03-14 10:35:30 -04:00
parent 9554c7f95b
commit ef8332e279

View file

@ -12,7 +12,6 @@ steps:
image: node:14-alpine image: node:14-alpine
commands: commands:
- apk add git - apk add git
- git submodule init
- git submodule update --recursive --remote - git submodule update --recursive --remote
- name: yarn - name: yarn