Remove submodules step in pipeline
parent
5c09f1ea0c
commit
1eacafe1b3
|
@ -3,10 +3,6 @@ type: docker
|
||||||
name: build
|
name: build
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: submodules
|
|
||||||
image: alpine/git
|
|
||||||
commands:
|
|
||||||
- git submodule update --recursive --remote
|
|
||||||
- name: lint checks
|
- name: lint checks
|
||||||
image: node:14.16-alpine
|
image: node:14.16-alpine
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in New Issue