Task7
1 unresolved thread
1 unresolved thread
added the yml file
Merge request reports
Activity
- .gitlab-ci.yml 0 → 100644
1 # This file is a template, and might need editing before it works on your project. 2 # Official docker image. 3 image: storm2/ngx-voms-build:latest 4 5 before_script: 6 - source ${HOME}/openresty-env I can investigate deeply. With the tests that I performed so far, the jobs (at least the test one) failed with the source command just in the script. In fact the source command is still included in the build-install-nginx-voms.sh script.
I tried to avoid the before_script stanza with the run of the build-install-nginx-voms.sh script in the two jobs, but the test one failed (as shown in this pipeline).
Edited by Elisabetta Ronchieri
mentioned in commit 4a159525
Please register or sign in to reply