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

Update .gitlab-ci.yml

parent 441c1412
No related branches found
No related tags found
No related merge requests found
...@@ -18,15 +18,15 @@ build: ...@@ -18,15 +18,15 @@ build:
- sh ${HOME}/build-install-ngx-voms.sh - sh ${HOME}/build-install-ngx-voms.sh
artifacts: artifacts:
paths: paths:
- local - ${HOME}/local
test: test:
stage: test stage: test
script: script:
- env | sort
- id - id
- source ${HOME}/openresty-env - source ${HOME}/openresty-env
- ls -al ${HOME} - env | sort
- ls -al ${HOME}/local
# ngx_http_voms_module test # ngx_http_voms_module test
#- sh ${HOME}/build-install-ngx-voms.sh #- sh ${HOME}/build-install-ngx-voms.sh
- cp -r t /tmp - cp -r t /tmp
......
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