Skip to content
Snippets Groups Projects

Task7

1 unresolved thread
Merged Elisabetta Ronchieri requested to merge task7 into master
1 unresolved thread

added the yml file

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
.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
  • Two questions:

    • why is the source command included in the before_script stanza and not just in the script one?

    • cannot it be included directly into build-install-nginx-voms.sh

  • 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
  • Please register or sign in to reply
  • added 1 commit

    Compare with previous version

  • mentioned in commit 4a159525

  • Please register or sign in to reply
    Loading