***
Wartungsfenster jeden ersten Mittwoch vormittag im Monat
***
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Project root
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LVA Mobile Robotics
WS2024
Project root
Commits
f1b46be2
Commit
f1b46be2
authored
1 year ago
by
Bader, Markus
Browse files
Options
Downloads
Patches
Plain Diff
warning added if not in container
parent
9b20ca04
Branches
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
env.sh
+8
-0
8 additions, 0 deletions
env.sh
with
8 additions
and
0 deletions
env.sh
+
8
−
0
View file @
f1b46be2
...
...
@@ -11,6 +11,14 @@ if [ ! -f $PWD/.env.local ]; then
fi
source
$PWD
/.env.local
if
[
-f
/.dockerenv
]
;
then
echo
-e
"Welcome to the project
\e
[43;34m'
$PROJECT_NAME
'
\e
[0m"
# Perform your Docker-specific actions here
else
echo
-e
"
\e
[31mYou are not inside a docker container!
\e
[0m The project '
$PROJECT_NAME
' is
\e
[31mnot sourced!
\e
[0m"
return
0
# Exit with a status code 0 (success)
fi
export
ROS_DISTRO
=
jazzy
export
PROJECT_DIR
=
${
MR_DIR
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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