Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cloudify
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
data-infrastructure-services
cloudify
Commits
04530471
Commit
04530471
authored
8 months ago
by
Fabian Wachsmann
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
6fc88099
No related branches found
No related tags found
No related merge requests found
Pipeline
#76549
canceled
8 months ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
04530471
...
@@ -8,7 +8,7 @@ variables:
...
@@ -8,7 +8,7 @@ variables:
# Define common setup steps using a YAML anchor
# Define common setup steps using a YAML anchor
.common-conda-setup
:
&common-conda-setup
.common-conda-setup
:
&common-conda-setup
before_script
:
before_script
:
-
conda create --name $CONDA_ENV_NAME --file spec-file.
txt
-y
-
conda
env
create --name $CONDA_ENV_NAME --file spec-file.
yaml
-y
-
source activate $CONDA_ENV_NAME
-
source activate $CONDA_ENV_NAME
environment
:
environment
:
...
@@ -18,10 +18,10 @@ environment:
...
@@ -18,10 +18,10 @@ environment:
-
conda env create -f environment.yaml -y
-
conda env create -f environment.yaml -y
-
source activate $CONDA_ENV_NAME
-
source activate $CONDA_ENV_NAME
-
pip install -U .
-
pip install -U .
-
conda
lis
t --explicit
>
spec-file.
txt
# Save the environment specifications
-
conda
env expor
t --explicit
-n $CONDA_ENV_NAME
spec-file.
yaml
# Save the environment specifications
artifacts
:
artifacts
:
paths
:
paths
:
-
spec-file.
txt
# Save the environment specifications as an artifact
-
spec-file.
yaml
# Save the environment specifications as an artifact
tags
:
tags
:
-
conda
-
conda
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment