Skip to content
Snippets Groups Projects
Unverified Commit f67549d3 authored by Ritesh Raj Sarraf's avatar Ritesh Raj Sarraf
Browse files

Don't check for a git tag


Drop the check for a git tag for making an upload. This is needed to
get all changes to be built before a release is tagged.

Signed-off-by: default avatarRitesh Raj Sarraf <ritesh.sarraf@collabora.com>
parent 8d196701
No related branches found
No related tags found
1 merge request!49Don't check for a git tag
......@@ -79,7 +79,7 @@ case "$CI_PROJECT_PATH" in
;;
esac
if [ -n "$CI_COMMIT_TAG" -a -n "$branches" ]
if [ -n "$branches" ]
then
echo Will upload stuff: >&2
cat ../*.dsc >&2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment