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
Jean-Baptiste Delisle
samsam
Commits
dbdc90bf
Commit
dbdc90bf
authored
May 25, 2021
by
Jean-Baptiste Delisle
Browse files
update anaconda path in gitlab-ci
parent
361495a5
Pipeline
#27068
failed with stages
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
dbdc90bf
...
@@ -8,7 +8,7 @@ stages:
...
@@ -8,7 +8,7 @@ stages:
Build distribution
:
Build distribution
:
stage
:
build
stage
:
build
before_script
:
before_script
:
-
export PATH=$PATH:/
opt
/anaconda3/bin/
-
export PATH=$PATH:/
home/projects/dacemgr
/anaconda3/bin/
-
conda env create -f samsam_env.yml
-
conda env create -f samsam_env.yml
-
conda activate samsam
-
conda activate samsam
script
:
script
:
...
@@ -24,7 +24,7 @@ Build distribution:
...
@@ -24,7 +24,7 @@ Build distribution:
Run test
:
Run test
:
stage
:
test
stage
:
test
before_script
:
before_script
:
-
export PATH=$PATH:/
opt
/anaconda3/bin/
-
export PATH=$PATH:/
home/projects/dacemgr
/anaconda3/bin/
-
conda env create -f samsam_env.yml
-
conda env create -f samsam_env.yml
-
conda activate samsam
-
conda activate samsam
script
:
script
:
...
@@ -38,7 +38,7 @@ Run test:
...
@@ -38,7 +38,7 @@ Run test:
Generate documentation
:
Generate documentation
:
stage
:
documentation
stage
:
documentation
before_script
:
before_script
:
-
export PATH=$PATH:/
opt
/anaconda3/bin/
-
export PATH=$PATH:/
home/projects/dacemgr
/anaconda3/bin/
-
conda env create -f samsam_env.yml
-
conda env create -f samsam_env.yml
-
conda activate samsam
-
conda activate samsam
script
:
script
:
...
...
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