.gitlab-ci.yml: change raddb permissions

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
Nikos Mavrogiannopoulos
2020-02-13 22:45:42 +01:00
parent a8d34a80b9
commit f4126fa095

View File

@@ -54,8 +54,13 @@ Build/Centos8:
stage: testing
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$CENTOS8_BUILD
script:
- git submodule update --init && autoreconf -fvi &&
./configure --without-http-parser && make -j$JOBS && make check VERBOSE=1 -j$JOBS
- git submodule update --init
- autoreconf -fvi
- ./configure --without-http-parser
- chmod og-w tests/data/raddb
- chmod og-w tests/data/raddb/*
- make -j$JOBS
- make check VERBOSE=1 -j$JOBS
tags:
- shared
- linux