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
eb1d2469
Commit
eb1d2469
authored
May 20, 2021
by
Dave Cooper
Browse files
fix syntax error in docker build.
parent
d53959ff
Pipeline
#3915
failed with stages
in 3 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
eb1d2469
...
...
@@ -10,6 +10,7 @@
*.lib
bin
*~
*/#*#
#*#
.DS_Store
...
...
docker/build
View file @
eb1d2469
...
...
@@ -15,7 +15,7 @@ cd `dirname $0`/../../
echo
"Present Working Directory: "
`pwd`
CI_PIPELINE_ID
=
$
{
CI_PIPELINE_ID
:
=
"3
662
"
}
CI_PIPELINE_ID
=
$
{
CI_PIPELINE_ID
:
=
"3
787
"
}
dist_name
=
gendl
-
build
$
{
CI_PIPELINE_ID
}
L
-
linux64
dist_zip_server
=/
home
/
builder
/
genworks
/
manager
/
staging
/
gendl
/
$
{
CI_PIPELINE_ID
}
L
/
distribution
/
$
{
dist_name
}.
zip
...
...
@@ -28,8 +28,7 @@ elif [ -f "$dist_zip_local" ]; then
else
echo
"Neither $dist_zip_server nor $dist_zip_local was found. Exiting."
exit
1
i
fi
cp
$
dist_zip
.
...
...
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