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
Geoffrey Métais
VLC-Android
Commits
25ea45a5
Commit
25ea45a5
authored
Aug 14, 2020
by
Nicolas Pomepuy
Browse files
Allow tag beta syntax to start a release job
parent
9b6a8ed0
Changes
1
Hide whitespace changes
Inline
Side-by-side
buildsystem/gitlab/.gitlab-ci.yml
View file @
25ea45a5
...
...
@@ -180,10 +180,8 @@ publish_libs:
release
:
extends
:
.build-all-base
only
:
-
/^(\d+\.)?(\d+\.)?(\*|\d+)$/
except
:
-
branches
rules
:
-
if
:
'
$CI_COMMIT_TAG
=~
/^(\d+\.)?(\d+\.)?(\*|\d+)/'
script
:
-
./buildsystem/compile.sh --init
-
./gradlew assembleRelease
...
...
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