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
liberty
tunnel
liberty-tunnel-ios
Commits
d3b0f796
Commit
d3b0f796
authored
Aug 28, 2018
by
Jose Blaya
Browse files
Update regex for gitlab ci
parent
3a0af81b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d3b0f796
...
...
@@ -49,7 +49,7 @@ qa_archive:
expire_in
:
1 week
only
:
-
develop
-
release/
^
(\d+\.)
?
(\d+\.)
?
(\
*|\
d+)
$
-
release
\
/(\d+\.)(\d+\.)(\d+)
tags
:
-
ios
...
...
@@ -74,7 +74,7 @@ qa_deploy:
expire_in
:
1 week
only
:
-
develop
-
release/
^
(\d+\.)
?
(\d+\.)
?(\*|
\d+)
-
release
\
/(\d+\.)(\d+\.)
(
\d+)
tags
:
-
ios
...
...
@@ -91,7 +91,7 @@ qa_notify:
manual
only
:
-
develop
-
release/
^
(\d+\.)
?
(\d+\.)
?(\*|
\d+)
-
release
\
/(\d+\.)(\d+\.)
(
\d+)
tags
:
-
ios
...
...
@@ -111,7 +111,7 @@ beta_manual_archive:
when
:
manual
only
:
-
release/
^
(\d+\.)
?
(\d+\.)
?(\*|
\d+)
-
release
\
/(\d+\.)(\d+\.)
(
\d+)
tags
:
-
ios
...
...
@@ -128,7 +128,7 @@ beta_manual_deploy:
when
:
manual
only
:
-
release/
^
(\d+\.)
?
(\d+\.)
?(\*|
\d+)
-
release
\
/(\d+\.)(\d+\.)
(
\d+)
tags
:
-
ios
...
...
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