Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BioHPC
astrocyte_example_wordcount
Commits
b1bdbe74
Commit
b1bdbe74
authored
Jun 11, 2021
by
Devin OKelly
Browse files
Update .gitlab-ci.yml file
[ci skip]
parent
6c7d6267
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b1bdbe74
...
...
@@ -16,7 +16,6 @@ variables:
-
env
-
ls -laht
-
whoami
-
set -x
### All base jobs.
...
...
@@ -85,8 +84,8 @@ astrocyte_test:
paths
:
-
$CI_PROJECT_DIR/workflow/.nextflow.log
# This runs the workflow, opting to use Docker containers.
# This runs the workflow, opting to use Docker containers.
docker_astrocyte_test
:
stage
:
test_docker
variables
:
...
...
@@ -95,11 +94,15 @@ docker_astrocyte_test:
script
:
-
sed -i "s|nextflow_config\x3A \x27biohpc.config\x27|nextflow_config\x3A \x27${config_filename}\x27|" astrocyte_pkg.yml
-
echo "Run astrocyte using dockerhub/docker.io registry pulls"
-
nextflow -C ./${config_path}/${config_filename} config -flat
-
nextflow -C ./configs/biohpc_docker.config config -flat | grep -oP "process\.'[\w:]+'\.container = '\K([\w:]+)(?=')" | uniq >> containers.txt
-
echo "BUILD_VERSION=hello" >> build.env
-
astrocyte_cli run "$CI_PROJECT_DIR" --option=q
-
test -s "$CI_PROJECT_DIR/workflow/output/mobydick.txt.uppercase.tolines.wordcount"
tags
:
-
cluster_node
artifacts
:
reports
:
dotenv
:
build.env
cache_docker_image
:
stage
:
cache_docker
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment