Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
engine
Commits
4936b3bf
Commit
4936b3bf
authored
Jan 28, 2021
by
David Trattnig
Browse files
Fix. #72
parent
1f1d78fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
run.sh
View file @
4936b3bf
...
...
@@ -16,7 +16,7 @@ docker="false"
# - docker:push
#
if
[[
$*
=
~ ^
(
test
|recreate-database
)
$
]]
;
then
if
[[
$*
=
~ ^
(
engine|
test|recreate-database
)
$
]]
;
then
mode
=
$1
fi
...
...
Write
Preview
Supports
Markdown
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