Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MetObsSite
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
MetObs
MetObsSite
Merge requests
!11
Add build_environment.yml for gitlab ci
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add build_environment.yml for gitlab ci
davidh/MetObsSite:feature-build-environment-yml
into
develop
Overview
1
Commits
1
Pipelines
1
Changes
3
Merged
David Hoese
requested to merge
davidh/MetObsSite:feature-build-environment-yml
into
develop
5 years ago
Overview
1
Commits
1
Pipelines
1
Changes
3
Expand
This hopefully makes it easier to create new build runners.
👍
0
👎
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
b082d90d
1 commit,
5 years ago
3 files
+
13
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
2
−
0
Options
@@ -8,6 +8,8 @@ basic_build_check:
-
build
script
:
-
source /var/lib/gitlab-runner/.bashrc
# create or update the existing environment to the newest pelican version
-
conda env update -f build_environment.yml
-
conda activate rain_site
-
make clean
-
make publish
Loading