Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PanTools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
bioinformatics
PanTools
Commits
a444072f
Commit
a444072f
authored
1 year ago
by
Workum, Dirk-Jan van
Browse files
Options
Downloads
Patches
Plain Diff
fix the way micromamba base env works
parent
7e74e82f
No related branches found
No related tags found
No related merge requests found
Pipeline
#82953
failed
1 year ago
Stage: .pre
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-5
8 additions, 5 deletions
.gitlab-ci.yml
with
8 additions
and
5 deletions
.gitlab-ci.yml
+
8
−
5
View file @
a444072f
...
@@ -14,14 +14,16 @@ create_environment:
...
@@ -14,14 +14,16 @@ create_environment:
stage
:
.pre
stage
:
.pre
script
:
script
:
-
|
-
|
# Allow micromamba to
edit bas
e environment
# Allow micromamba to
creat
e environment
s
_entrypoint.sh /bin/bash --noprofile --norc -eo pipefail
_entrypoint.sh /bin/bash --noprofile --norc -eo pipefail
# Edit base environment
# Create pantools environment
micromamba install --yes --strict-channel-priority --channel conda-forge --name base maven openjdk=8 python=3 pip
micromamba create --yes --strict-channel-priority --name pantools --file conda.yaml
micromamba install --yes --strict-channel-priority --channel conda-forge --name pantools pip
# Install pip dependencies
# Install pip dependencies
pip install sphinx sphinx-lint sphinx-rtd-theme
micromamba run --name pantools \
pip install sphinx sphinx-lint sphinx-rtd-theme
# Generate info
# Generate info
micromamba info
micromamba info
...
@@ -29,7 +31,8 @@ create_environment:
...
@@ -29,7 +31,8 @@ create_environment:
compile
:
compile
:
stage
:
build
stage
:
build
script
:
script
:
-
mvn compile -Dmaven.test.skip=true
-
micromamba run --name pantools \
mvn compile -Dmaven.test.skip=true
artifacts
:
artifacts
:
paths
:
paths
:
-
target/
-
target/
...
...
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