Update .gitlab-ci.yml file

This commit is contained in:
serkixenos 2022-03-03 02:10:28 +00:00
parent 7b2fdc886d
commit 9bc8d73c8e

View file

@ -9,7 +9,7 @@ stages:
build: build:
stage: build stage: build
script: script:
- rm -rf .git/modules/vendor - rm -rf .git/modules/vendor ./vendor
- git submodule sync - git submodule sync
- git submodule update --init --recursive - git submodule update --init --recursive
- rm -rf build - rm -rf build