Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
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
containers
eic_container
Merge requests
!67
Resolve "Tweak singularity container deploy"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Tweak singularity container deploy"
63-tweak-singularity-container-deploy
into
master
Overview
0
Commits
8
Pipelines
0
Changes
1
Merged
Sylvester Joosten
requested to merge
63-tweak-singularity-container-deploy
into
master
3 years ago
Overview
0
Commits
8
Pipelines
0
Changes
1
Expand
Closes
#63 (closed)
Edited
3 years ago
by
Sylvester Joosten
0
0
Merge request reports
Viewing commit
2baf5e18
Prev
Next
Show latest version
1 file
+
2
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
2baf5e18
fix issue with sandbox environment deploy
· 2baf5e18
Sylvester Joosten
authored
3 years ago
install.sh
+
2
−
0
Options
@@ -117,6 +117,8 @@ else
@@ -117,6 +117,8 @@ else
SIF
=
"
$PREFIX
/local/lib/
${
CONTAINER
}
-
${
VERSION
}
.sif"
SIF
=
"
$PREFIX
/local/lib/
${
CONTAINER
}
-
${
VERSION
}
.sif"
if
[
-d
/cvmfs/singularity.opensciencegrid.org/eicweb/
${
CONTAINER
}
:
${
VERSION
}
]
;
then
if
[
-d
/cvmfs/singularity.opensciencegrid.org/eicweb/
${
CONTAINER
}
:
${
VERSION
}
]
;
then
SIF
=
"
$PREFIX
/local/lib/
${
CONTAINER
}
-
${
VERSION
}
"
SIF
=
"
$PREFIX
/local/lib/
${
CONTAINER
}
-
${
VERSION
}
"
## need to cleanup in this case, else it will try to make a subdirectory
rm
-rf
${
SIF
}
ln
-sf
/cvmfs/singularity.opensciencegrid.org/eicweb/
${
CONTAINER
}
:
${
VERSION
}
${
SIF
}
ln
-sf
/cvmfs/singularity.opensciencegrid.org/eicweb/
${
CONTAINER
}
:
${
VERSION
}
${
SIF
}
elif
[
-f
/cvmfs/eic.opensciencegrid.org/singularity/athena/
${
CONTAINER
}
_v
${
VERSION
}
.sif
]
;
then
elif
[
-f
/cvmfs/eic.opensciencegrid.org/singularity/athena/
${
CONTAINER
}
_v
${
VERSION
}
.sif
]
;
then
ln
-sf
/cvmfs/eic.opensciencegrid.org/singularity/athena/
${
CONTAINER
}
_v
${
VERSION
}
.sif
${
SIF
}
ln
-sf
/cvmfs/eic.opensciencegrid.org/singularity/athena/
${
CONTAINER
}
_v
${
VERSION
}
.sif
${
SIF
}
Loading