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

Fix CI lint issues, use escaped colon sequence \x3A

parent 4b4cc7a7
Branches
Tags
1 merge request!3Merge new CI pipeline with the changes from Peng.
......@@ -86,8 +86,7 @@ astrocyte_test:
docker_astrocyte_test:
stage: test_docker
script:
# Note the biohpc_docker.config replacement.
- sed -i 's|nextflow_config: \x27biohpc.config\x27|nextflow_config: \x27biohpc_docker.config\x27|' astrocyte_pkg.yml
- sed -i 's|nextflow_config\x3A \x27biohpc.config\x27|nextflow_config\x3A \x27biohpc_docker.config\x27|' astrocyte_pkg.yml
- echo "Run astrocyte using dockerhub/docker.io registry pulls"
- astrocyte_cli run "$CI_PROJECT_DIR" --option=bg
- test -s "$CI_PROJECT_DIR/workflow/output/mobydick.txt.uppercase.tolines.wordcount"
......@@ -103,7 +102,7 @@ singularity_astrocyte_test:
stage: test_singularity
script:
# Note the biohpc_singularity.config replacement.
- sed -i 's|nextflow_config: \x27biohpc.config\x27|nextflow_config: \x27biohpc_singularity.config\x27|' astrocyte_pkg.yml
- sed -i 's|nextflow_config\x3A \x27biohpc.config\x27|nextflow_config\x3A \x27biohpc_singularity.config\x27|' astrocyte_pkg.yml
- echo "Run astrocyte using singularity with dockerhub/docker.io registry pulls"
- astrocyte_cli run "$CI_PROJECT_DIR" --option=bg
- 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