Skip to content
Snippets Groups Projects
Commit 52430372 authored by Hololens Test's avatar Hololens Test
Browse files

Update .gitlab-ci.yml file

parent 744c37a9
1 merge request!3Merge new CI pipeline with the changes from Peng.
......@@ -147,6 +147,8 @@ singularity_gitlab_test:
config_path : "workflow/configs/"
config_filename : "biohpc_singularity_gitlab.config"
script:
- export SINGULARITY_DOCKER_USERNAME=${CI_REGISTRY_USER}
- export SINGULARITY_DOCKER_PASSWORD=${CI_REGISTRY_PASSWORD}
- sed -i "s|nextflow_config\x3A \x27biohpc.config\x27|nextflow_config\x3A \x27${config_filename}\x27|" astrocyte_pkg.yml
- astrocyte_cli run "$CI_PROJECT_DIR" --option=q
- test -s "$CI_PROJECT_DIR/workflow/output/mobydick.txt.uppercase.tolines.wordcount"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment