Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dedal
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
dedal
Commits
f14f9e41
Commit
f14f9e41
authored
1 year ago
by
Jakob Kaiser
Committed by
Philipp Spilger
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
chore: Remove unsused function
Change-Id: I005792a6a62aece78bce92975e27ab8b0ea22084
parent
9d8305ca
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/yashchiki/commons.sh
+0
-14
0 additions, 14 deletions
lib/yashchiki/commons.sh
with
0 additions
and
14 deletions
lib/yashchiki/commons.sh
+
0
−
14
View file @
f14f9e41
...
...
@@ -57,20 +57,6 @@ get_host_env() {
fi
}
# Get the _{INSIDE,OUTSIDE} variant of a variable based in whether we are in a
# complete container or not.
#
# Usage: get_var_in_out <variable-name>
get_var_in_out
()
{
local
var_name
;
var_name
=
"
$1
"
if
[
-n
"
${
SINGULARITY_NAME
:-}
"
]
;
then
printenv
"
${
var_name
}
_INSIDE"
else
printenv
"
${
var_name
}
_OUTSIDE"
fi
}
#####################
# SETUP ENVIRONMENT #
#####################
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment