Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gendl
gendl
Commits
ee270e61
Commit
ee270e61
authored
May 31, 2021
by
Dave Cooper
Browse files
fixed typo in containerization
parent
e209dbac
Pipeline
#3942
passed with stages
in 9 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/build
View file @
ee270e61
...
...
@@ -26,6 +26,7 @@ dist_zip_local=~/genworks/builds/${dist_name}.zip
if
[
-
f
"$dist_zip_server_release"
];
then
dist_zip
=
$
dist_zip_server_release
dist_name
=
$
dist_name_release
elif
[
-
f
"$dist_zip_server"
];
then
dist_zip
=
$
dist_zip_server
elif
[
-
f
"$dist_zip_local"
];
then
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment