Skip to content
Snippets Groups Projects
Commit 2af8ff12 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix ci lint

parent 3a4a7cec
2 merge requests!76Develop,!75Env.ci
Pipeline #9472 failed with stages
in 5 seconds
......@@ -16,10 +16,10 @@ variables:
refHuVersion: "38.p13.v36"
refERCCVersion: "92"
dir: "/project/BICF/BICF_Core/shared/gudmap/singularity_cache/"
dnanexusEnv: true
awsEnv: false
azureEnv: false
gcpEnv: false
dnanexusEnv: "true"
awsEnv: "false"
azureEnv: "false"
gcpEnv: "false"
stages:
- environment
......@@ -1015,12 +1015,14 @@ override_spike:
dnanexus:
stage: environment
only:
- push
except:
variables:
- $dnanexusEnv == false
- $dnanexusEnv == "false"
script:
- hostname
- ulimit -a
- module load dxtoolkit/python27/0.294.0
- export NXF_XPACK_LICENSE=${nxf_license}
- dx upload ./test_data/fastq/small/Q-Y5F6_1M.R{1,2}.fastq.gz --path /ci-env/input/ --parents --auth-token ${dnanexus_authToken} --workspace-id ${dnanexus_workspace}
\ No newline at end of file
- export NXF_XPACK_LICENSE=$nxf_license
- dx upload ./test_data/fastq/small/Q-Y5F6_1M.R{1,2}.fastq.gz --path /ci-env/input/ --parents --auth-token $dnanexus_authToken --workspace-id $dnanexus_workspace
\ No newline at end of file
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