diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e5f99584f769abdf244d9da13950bd54d3845d5..b926e54428453811f51861729081e19326b460dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ .build_all: &build_all - echo -e "section_start:`date +%s`:build_all\r\e[0KBuilding Purr Data" - cd l2ork_addons + - export V=0 - ./tar_em_up.sh $BUILD_TYPE_FLAG - cd .. - echo -e "section_end:`date +%s`:build_all\r\e[0K"