Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
93a46969
Commit
93a46969
authored
Mar 17, 2025
by
Neelay Shah
Committed by
GitHub
Mar 17, 2025
Browse files
fix: update default to dev (#251)
parent
c2a6b368
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
container/build.sh
container/build.sh
+2
-2
No files found.
container/build.sh
View file @
93a46969
...
@@ -230,7 +230,7 @@ get_options() {
...
@@ -230,7 +230,7 @@ get_options() {
if
[
!
-z
"
$TARGET
"
]
;
then
if
[
!
-z
"
$TARGET
"
]
;
then
TARGET_STR
=
"--target
${
TARGET
}
"
TARGET_STR
=
"--target
${
TARGET
}
"
else
else
TARGET_STR
=
"--target
runtime
"
TARGET_STR
=
"--target
dev
"
fi
fi
}
}
...
@@ -357,4 +357,4 @@ if [ -z "$RUN_PREFIX" ]; then
...
@@ -357,4 +357,4 @@ if [ -z "$RUN_PREFIX" ]; then
set
-x
set
-x
fi
fi
{
set
+x
;
}
2>/dev/null
{
set
+x
;
}
2>/dev/null
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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