Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
km3io
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container 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
km3py
km3io
Merge requests
!17
Automatise lyon installation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Automatise lyon installation
automatise-lyon-installation
into
master
Overview
0
Commits
3
Pipelines
1
Changes
1
Merged
Tamas Gal
requested to merge
automatise-lyon-installation
into
master
5 years ago
Overview
0
Commits
3
Pipelines
1
Changes
1
Expand
This will automatically update the
km3io
installation on each new tag.
0
0
Merge request reports
Viewing commit
36a9fcc4
Prev
Next
Show latest version
1 file
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
36a9fcc4
Only update lyon on new tags
· 36a9fcc4
Tamas Gal
authored
5 years ago
.gitlab-ci.yml
+
3
−
2
Options
@@ -120,5 +120,6 @@ cc-lyon:
-
ssh-keyscan -H $IN2P3_HOST > ~/.ssh/known_hosts
-
chmod 600 /root/.ssh/known_hosts
-
sshpass -p $IN2P3_PASSWORD ssh -v $IN2P3_USERNAME@$IN2P3_HOST 'export MODULEPATH=/pbs/throng/km3net/modulefiles; source /usr/share/Modules/init/bash; module load python/3.7.5; pip install git+https://git.km3net.de/km3py/km3io.git'
# only:
# -tags
only
:
-
tags
-
master
Loading