Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Docker Build Images
scripts
Commits
7728a451
Commit
7728a451
authored
Aug 17, 2020
by
Johannes Meyer
Browse files
icinga-build-deb-source: Skip uscan entirely if there's a tarball
parent
d6b6f1ba
Pipeline
#11062
passed with stage
in 17 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
icinga-build-deb-source
View file @
7728a451
...
...
@@ -45,12 +45,12 @@ if [ "${ICINGA_BUILD_TYPE}" == "release" ] ; then
(
set
-ex
if
[
"
${
USCAN_DOWNLOAD
}
"
==
"
no
"
]
;
then
if
[
"
${
CI_SKIP_USCAN
}
"
==
"
yes
"
]
;
then
cp
./
*
.tar
*
"
${
BUILDDIR
}
/"
fi
else
cd
"
${
BUILDDIR
}
/
${
ICINGA_BUILD_PROJECT
}
"
run-retry-timeout uscan
--download-current-version
--verbose
fi
)
else
(
...
...
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