Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
etf
cmssam
Commits
9852219b
Commit
9852219b
authored
May 27, 2020
by
Andrea Sciaba
Browse files
Now using SINGULARITY_BIN if defined
parent
42273333
Changes
1
Hide whitespace changes
Inline
Side-by-side
SiteTests/testjob/tests/CE-cms-singularity-wrapper
View file @
9852219b
...
...
@@ -33,7 +33,8 @@ for LOCATION in \
done
export
PATH
singularity_locate_bin /usr/bin
$OSG_SINGULARITY_IMAGE_DEFAULT
SINGULARITY_BIN
=
${
SINGULARITY_BIN
:-
""
}
singularity_locate_bin
$SINGULARITY_BIN
$OSG_SINGULARITY_IMAGE_DEFAULT
# Grid environment is taken from OSG, check it's available:
if
[
!
-e
/cvmfs/oasis.opensciencegrid.org/osg-software/osg-wn-client
]
;
then
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment