Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SoCLabs SHA-2 Accelerator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
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
SoCLabs
SoCLabs SHA-2 Accelerator
Commits
bbd478b9
Commit
bbd478b9
authored
1 year ago
by
David Mapstone
Browse files
Options
Downloads
Patches
Plain Diff
SOC1-124
: Updated set_env script to find git repos
parent
1dd9a82c
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
set_env.sh
+1
-1
1 addition, 1 deletion
set_env.sh
with
1 addition
and
1 deletion
set_env.sh
+
1
−
1
View file @
bbd478b9
...
...
@@ -36,7 +36,7 @@ else
# Source environment variables for all submodules
for
d
in
$ACC_ENGINE_DIR
/
*
;
do
if
[
-
f
"
$d
/.git"
]
;
then
if
[
-
e
"
$d
/.git"
]
;
then
if
[
-f
"
$d
/set_env.sh"
]
;
then
# If .git file exists - submodule
source
$d
/set_env.sh
...
...
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