Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philip Freeman
image-builder
Commits
5b14ea9e
Commit
5b14ea9e
authored
Dec 23, 2019
by
Guido Gunther
Browse files
build-image: Exit in case of an unknown dist
When using the spark builder setup don't carry on if the dist is unknown.
parent
3a774da4
Changes
1
Hide whitespace changes
Inline
Side-by-side
build-image
View file @
5b14ea9e
...
...
@@ -132,6 +132,7 @@ setup_laniakea_spark_build() {
distro
=
amber-phone
;;
*
)
echo
"Unknown dist"
exit
1
;;
esac
apt-get update
...
...
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