Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amine GHOZLANE
AlienTrimmer
Commits
02532c28
Commit
02532c28
authored
Sep 22, 2020
by
Amine GHOZLANE
Browse files
Activate gitlab ci
parent
b33430b3
Pipeline
#38022
failed with stage
in 2 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
02532c28
stages
:
-
build_conda
build_conda
:
#image: continuumio/miniconda3:latest mutex issue
image
:
conda/miniconda3-centos7:latest
stage
:
build_conda
variables
:
CI_DEBUG_TRACE
:
"
false"
before_script
:
-
conda config --add channels bioconda
-
conda config --add channels conda-forge
-
conda config --add channels r
-
conda config --add channels aghozlane
-
conda config --set anaconda_upload yes
-
conda install -y conda-verify
-
conda install -y anaconda-client
-
conda install -y conda-build
-
conda install -y git
script
:
-
anaconda login --username "$DOCKER_USER" --password "$DOCKER_PASS"
-
conda build conda_inst
only
:
-
master
\ No newline at end of file
Write
Preview
Supports
Markdown
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