Skip to content
Snippets Groups Projects
Commit 0f6eb970 authored by Elisabetta Ronchieri's avatar Elisabetta Ronchieri
Browse files

Update .gitlab-ci.yml

parent 9545a25c
No related branches found
No related tags found
1 merge request!6Issue 9
Pipeline #
...@@ -13,7 +13,7 @@ build4c: ...@@ -13,7 +13,7 @@ build4c:
- env - env
- sh ${HOME}/build-install-ngx-voms.sh -d -c - sh ${HOME}/build-install-ngx-voms.sh -d -c
- mv ${HOME}/local local - mv ${HOME}/local local
- mv ${HOME}/openresty-1.13.6.1/build/nginx-1.13.6 nginx - mv ${HOME}/openresty-1.13.6.1/build/nginx-1.13.6 nginx-1.13.6
artifacts: artifacts:
paths: paths:
- local - local
...@@ -26,7 +26,7 @@ test4c: ...@@ -26,7 +26,7 @@ test4c:
script: script:
- rm -rf ${HOME}/local/ - rm -rf ${HOME}/local/
- mv local ${HOME} - mv local ${HOME}
- mv nginx ${HOME}/openresty-1.13.6.1/build/nginx-1.13.6 - mv nginx-1.13.6 ${HOME}/openresty-1.13.6.1/build/
- sh test-ngx-voms.sh - sh test-ngx-voms.sh
- sh cov-ngx-voms.sh - sh cov-ngx-voms.sh
- mv cov coverage - mv cov coverage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment